stray tabs removed

pull/13228/head
Paul Szczeanek 2020-06-22 09:42:53 +01:00 committed by Vincent Coubard
parent f2a6e8b0e8
commit c3a39e9b4d
1 changed files with 4 additions and 4 deletions

View File

@ -305,10 +305,10 @@ void NRFCordioHCIDriver::do_initialize()
// Extremely ugly
for(uint32_t irqn = 0; irqn < 32; irqn++)
{
uint8_t prio = NVIC_GetPriority((IRQn_Type)irqn);
if( prio < 2 ) {
NVIC_SetPriority((IRQn_Type)irqn, 2);
}
uint8_t prio = NVIC_GetPriority((IRQn_Type)irqn);
if( prio < 2 ) {
NVIC_SetPriority((IRQn_Type)irqn, 2);
}
}
// WARNING