mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-05-07 13:37:48 +00:00
Fix compiler warnings when building for POG style boards.
This commit is contained in:
parent
9c883cfafd
commit
96c0e5b141
5 changed files with 51 additions and 8 deletions
2
IO.cpp
2
IO.cpp
|
|
@ -746,6 +746,7 @@ void CIO::setMode(MMDVM_STATE state)
|
|||
case STATE_M17: setM17Int(false); break;
|
||||
case STATE_POCSAG: setPOCSAGInt(false); break;
|
||||
case STATE_FM: setFMInt(false); break;
|
||||
default: break;
|
||||
}
|
||||
|
||||
switch (state) {
|
||||
|
|
@ -757,6 +758,7 @@ void CIO::setMode(MMDVM_STATE state)
|
|||
case STATE_M17: setM17Int(true); break;
|
||||
case STATE_POCSAG: setPOCSAGInt(true); break;
|
||||
case STATE_FM: setFMInt(true); break;
|
||||
default: break;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue