Skip to content

Commit c3a39e9

Browse files
paul-szczepanek-armpan-
authored andcommitted
stray tabs removed
1 parent f2a6e8b commit c3a39e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/NRFCordioHCIDriver.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,10 @@ void NRFCordioHCIDriver::do_initialize()
305305
// Extremely ugly
306306
for(uint32_t irqn = 0; irqn < 32; irqn++)
307307
{
308-
uint8_t prio = NVIC_GetPriority((IRQn_Type)irqn);
309-
if( prio < 2 ) {
310-
NVIC_SetPriority((IRQn_Type)irqn, 2);
311-
}
308+
uint8_t prio = NVIC_GetPriority((IRQn_Type)irqn);
309+
if( prio < 2 ) {
310+
NVIC_SetPriority((IRQn_Type)irqn, 2);
311+
}
312312
}
313313

314314
// WARNING

0 commit comments

Comments
 (0)