NRF52: Remove redundant (and unterminated) #if

This is a remnant of reverting back to an older version of sleep.
pull/14073/head
BUGL Benjamin / EVVA Wien 2021-04-22 07:45:46 +02:00
parent c95912b6dd
commit a44580b71c
1 changed files with 0 additions and 4 deletions

View File

@ -43,10 +43,6 @@ extern bool us_ticker_initialized;
void hal_sleep(void)
{
/* Clock management for low power mode. */
#if BB_CLK_RATE_HZ == 32768 && FEATURE_BLE == 1
// ensure debug is disconnected if semihost is enabled....
// Trigger an event when an interrupt is pending. This allows to wake up
// the processor from disabled interrupts.
SCB->SCR |= SCB_SCR_SEVONPEND_Msk;