barback32/include/cmd_lora.h

15 lines
148 B
C

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