01_SDK/nimble/os/freertos/include/portable.h
@@ -229,13 +229,11 @@ uint32_t ulStackDepth ) PRIVILEGED_FUNCTION; #endif #if ( configUSE_TICKLESS_IDLE == 1 ) #define LPTMR_CURR_CNT_VAL_REG (0x50020014) static inline uint32_t lp_get_curr_tmr_cnt(void) { return (*(volatile uint32_t *)LPTMR_CURR_CNT_VAL_REG); } #endif /* *INDENT-OFF* */ #ifdef __cplusplus