File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_SDK_15_0/components/libraries/util Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ void app_util_critical_region_enter(uint8_t *p_nested)
77
77
* Retarget nRF SDK to use Mbed critical section API
78
78
*/
79
79
//app_util_disable_irq();
80
- core_util_critical_section_enter ();
80
+ core_util_critical_section_enter ();
81
81
#endif
82
82
83
83
}
@@ -93,10 +93,10 @@ void app_util_critical_region_exit(uint8_t nested)
93
93
(void ) sd_nvic_critical_region_exit (nested );
94
94
#else
95
95
/** Mbed modification
96
- * Retarget nRF SDK to use Mbed critical section API
97
- */
98
- //app_util_enable_irq();
99
- core_util_critical_section_exit ();
96
+ * Retarget nRF SDK to use Mbed critical section API
97
+ */
98
+ //app_util_enable_irq();
99
+ core_util_critical_section_exit ();
100
100
#endif
101
101
}
102
102
You can’t perform that action at this time.
0 commit comments