Fix random crash caused by bad implementation of ble_npl_hw_enter_critical().
This commit is contained in:
parent
833c53424a
commit
332b51464a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue