This commit is contained in:
Yunhorn 2024-11-01 19:20:15 +08:00
parent 46b5d5d9aa
commit 83417d747f
1 changed files with 0 additions and 5 deletions

View File

@ -493,13 +493,8 @@ void LoRaWAN_Init(void)
LmHandlerJoin(ActivationType, ForceRejoin);
<<<<<<< HEAD
UTIL_TIMER_Create(&YunhornSTSHeartBeatTimer, 1000*STS_HeartBeatTimerPeriod_sec, UTIL_TIMER_ONESHOT, OnYunhornSTSHeartBeatTimerEvent, NULL);
UTIL_TIMER_Start(&YunhornSTSHeartBeatTimer);
=======
UTIL_TIMER_Create(&YunhornSTSHeartBeatTimer, 1000*STS_HeartBeatTimerPeriod_sec, UTIL_TIMER_PERIODIC, OnYunhornSTSHeartBeatTimerEvent, NULL);
UTIL_TIMER_Start(&YunhornSTSHeartBeatTimer);
>>>>>>> f8f6e7269c1966577403a035f83fec62bab884d9
if (EventType == TX_ON_TIMER)
{