rcommand.h edited

This commit is contained in:
Klaus K Wilting 2018-08-06 08:19:19 +02:00
parent 5413347e35
commit cd63d4164b

View File

@ -15,6 +15,5 @@ typedef struct {
} cmd_t; } cmd_t;
void rcommand(uint8_t cmd[], uint8_t cmdlength); void rcommand(uint8_t cmd[], uint8_t cmdlength);
void switch_lora(uint8_t sf, uint8_t tx);
#endif #endif