Merge branch 'nimble' into nimble-ota

This commit is contained in:
JF
2020-05-02 17:48:59 +02:00
4 changed files with 22 additions and 14 deletions

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