14 lines
205 B
C
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;
|
|
} |