fix compilation error?

This commit is contained in:
Timm Bogner 2023-02-15 13:10:51 -06:00
parent 780881d0e7
commit e18751d51f

View File

@ -616,7 +616,9 @@ crcResult getLoRa()
}
}
return CRC_NULL;
#endif
#else
return CRC_NULL;
#endif // USE_LORA
}
void printLoraPacket(uint8_t *p, int size)