barback32/include/cmd_lora.h

16 lines
170 B
C

#ifndef __CMD_LORA_H_
#define __CMD_LORA_H_
#ifdef __cplusplus
extern "C" {
#endif
void cmd_sf_register();
void cmd_cr_register();
#ifdef __cplusplus
}
#endif
#endif