Fix random crash caused by bad implementation of ble_npl_hw_enter_critical().

This commit is contained in:
JF 2020-04-30 20:47:28 +02:00
parent 833c53424a
commit 332b51464a

View File

@ -282,8 +282,8 @@ static inline uint32_t
ble_npl_hw_enter_critical(void)
{
//vPortEnterCritical();
npl_freertos_hw_enter_critical();
return 0;
return npl_freertos_hw_enter_critical();
}
static inline void