barback32/include/cmd_lora.h

15 lines
148 B
C
Raw Normal View History

2020-02-26 10:11:57 -05:00
#ifndef __CMD_LORA_H_
#define __CMD_LORA_H_
#ifdef __cplusplus
extern "C" {
#endif
void cmd_lora_register();
#ifdef __cplusplus
}
#endif
#endif