We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2370d5 + 1dfea41 commit e33fb60Copy full SHA for e33fb60
features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_MCU_NRF51822/hal_patch/critical_section_api.c
@@ -72,7 +72,7 @@ void hal_critical_section_exit(void)
72
73
// Restore the state as it was prior to entering the critical section.
74
if (_use_softdevice_routine) {
75
- sd_nvic_critical_region_exit(_state._sd_state)
+ sd_nvic_critical_region_exit(_state._sd_state);
76
} else {
77
__set_PRIMASK(_state._PRIMASK_state);
78
}
0 commit comments