2022-12-20 13:05:34 -05:00

14 lines
205 B
C

//#include <proc/p32mx440f256h.h>
#include "LoraInterface.h"
#include "BoardCfg.h"
#include "timer.h"
short mModuleModel;
int InitLoraInterface()
{
mModuleModel = LORA_MODULE_MODEL;
return RET_OK;
}