Browse Source

DataFlash: remove bad FALLTHROUGH causing compilation failure

mission-4.1.18
Peter Barker 8 years ago committed by Randy Mackay
parent
commit
2f9fb581fe
  1. 1
      libraries/DataFlash/DFMessageWriter.cpp

1
libraries/DataFlash/DFMessageWriter.cpp

@ -133,7 +133,6 @@ void DFMessageWriter_WriteSysInfo::process() { @@ -133,7 +133,6 @@ void DFMessageWriter_WriteSysInfo::process() {
return; // call me again
}
}
FALLTHROUGH;
}
_finished = true; // all done!

Loading…
Cancel
Save