Elite 1.4-re try compile gptimer

This commit is contained in:
alan
2019-09-25 11:26:28 +08:00
parent 76c8b49553
commit 434be00a44
2 changed files with 3 additions and 1 deletions
@@ -42,4 +42,4 @@ static void headstage_gptimer_callback(GPTimerCC26XX_Handle handle, GPTimerCC26X
GPTimerCC26XX_setLoadValue(gptimer_handle, _load); \
} while (0)
#endif // HEADSTAGE_GPTIMER_H
#endif // HEADSTAGE_GPTIMER_H
@@ -527,6 +527,8 @@ static void SimpleBLEPeripheral_init(void) {
HCI_LE_ReadMaxDataLenCmd();
}
#include "EliteGPTimer.h"
/*********************************************************************
* @fn SimpleBLEPeripheral_taskFxn
*