mirror of https://github.com/ARMmbed/mbed-os.git
stray tabs removed
parent
f2a6e8b0e8
commit
c3a39e9b4d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue