main.cpp: code sanitization
This commit is contained in:
parent
f922b90242
commit
54945f173e
@ -74,16 +74,14 @@ int redirect_log(const char * fmt, va_list args) {
|
|||||||
|
|
||||||
//--- Prototypes ---
|
//--- Prototypes ---
|
||||||
|
|
||||||
// LMIC functions, defined in this main.cpp
|
|
||||||
void onEvent(ev_t ev);
|
|
||||||
void do_send(osjob_t* j);
|
|
||||||
|
|
||||||
// defined in configmanager.cpp
|
// defined in configmanager.cpp
|
||||||
void eraseConfig(void);
|
void eraseConfig(void);
|
||||||
void saveConfig(void);
|
void saveConfig(void);
|
||||||
void loadConfig(void);
|
void loadConfig(void);
|
||||||
|
|
||||||
// defined in lorawan.cpp
|
// defined in lorawan.cpp
|
||||||
|
void onEvent(ev_t ev);
|
||||||
|
void do_send(osjob_t* j);
|
||||||
void gen_lora_deveui(uint8_t * pdeveui);
|
void gen_lora_deveui(uint8_t * pdeveui);
|
||||||
void RevBytes(unsigned char* b, size_t c);
|
void RevBytes(unsigned char* b, size_t c);
|
||||||
void get_hard_deveui(uint8_t *pdeveui);
|
void get_hard_deveui(uint8_t *pdeveui);
|
||||||
|
Loading…
Reference in New Issue
Block a user