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