mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-08 13:10:29 +00:00
fix compilation error?
This commit is contained in:
parent
780881d0e7
commit
e18751d51f
@ -616,7 +616,9 @@ crcResult getLoRa()
|
||||
}
|
||||
}
|
||||
return CRC_NULL;
|
||||
#endif
|
||||
#else
|
||||
return CRC_NULL;
|
||||
#endif // USE_LORA
|
||||
}
|
||||
|
||||
void printLoraPacket(uint8_t *p, int size)
|
||||
|
Loading…
Reference in New Issue
Block a user