This commit is contained in:
parent
8ed4f9abb2
commit
d5823c537c
|
@ -2,7 +2,7 @@
|
||||||
* @Author : stark1898y 1658608470@qq.com
|
* @Author : stark1898y 1658608470@qq.com
|
||||||
* @Date : 2024-12-15 16:13:41
|
* @Date : 2024-12-15 16:13:41
|
||||||
* @LastEditors : stark1898y 1658608470@qq.com
|
* @LastEditors : stark1898y 1658608470@qq.com
|
||||||
* @LastEditTime : 2025-06-03 12:08:25
|
* @LastEditTime : 2025-06-03 13:01:45
|
||||||
* @FilePath : \BLE_TYQ_CH584M\BSP\src\bsp_iwdg.c
|
* @FilePath : \BLE_TYQ_CH584M\BSP\src\bsp_iwdg.c
|
||||||
* @Description :
|
* @Description :
|
||||||
*
|
*
|
||||||
|
@ -42,8 +42,8 @@ uint16_t IWDG_ProcessEvent(uint8_t task_id, uint16_t events)
|
||||||
uint32_t tmos_memory_getlen(void);
|
uint32_t tmos_memory_getlen(void);
|
||||||
logDebug("tmos_memory_getlen = %d" , tmos_memory_getlen());
|
logDebug("tmos_memory_getlen = %d" , tmos_memory_getlen());
|
||||||
|
|
||||||
BSP_TMR0_Init();
|
// BSP_TMR0_Init();
|
||||||
BSP_BlockSleep();
|
// BSP_BlockSleep();
|
||||||
|
|
||||||
// tmos_start_task(task_id, IWIG_FEED_EVENT, MS1_TO_SYSTEM_TIME(IWDG_FEED_MS));
|
// tmos_start_task(task_id, IWIG_FEED_EVENT, MS1_TO_SYSTEM_TIME(IWDG_FEED_MS));
|
||||||
return (events ^ IWIG_FEED_EVENT);
|
return (events ^ IWIG_FEED_EVENT);
|
||||||
|
|
Loading…
Reference in New Issue