doc errors

This commit is contained in:
Philippe Teuwen 2019-04-20 10:34:54 +02:00
commit e4006a7563
4 changed files with 22 additions and 20 deletions

View file

@ -1567,7 +1567,7 @@ void __attribute__((noreturn)) AppMain(void) {
int16_t ret = receive_ng(&rx);
if (ret == PM3_SUCCESS) {
PacketReceived(&rx);
} else if (ret != PM3_NODATA) {
} else if (ret != PM3_ENODATA) {
Dbprintf("Error in frame reception");
// TODO DOEGOX if error, shall we resync ?
}