[Style] Global style fix run.
This commit is contained in:
@@ -164,7 +164,7 @@ void nvic_set_priority(uint8_t irqn, uint8_t priority)
|
||||
}
|
||||
|
||||
/* Those are defined only on CM3 or CM4 */
|
||||
#if defined(__ARM_ARCH_7M__) || defined (__ARM_ARCH_7EM__)
|
||||
#if defined(__ARM_ARCH_7M__) || defined(__ARM_ARCH_7EM__)
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/** @brief NVIC Return Active Interrupt
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user