Skip to content

Commit

Permalink
clang-format nvic_table.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon-Hurst committed Oct 13, 2024
1 parent 58d6aca commit f27466f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Libraries/PeriphDrivers/Source/SYS/nvic_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ __attribute__((aligned(512)))
static void (*ramVectorTable[MXC_IRQ_COUNT])(void);

#if defined(__ICCARM__)
extern void (*const __isr_vector[])(void);
extern void (*const __isr_vector[])(void);
#else
/* should be defined in starup_<device>.S */
extern uint32_t __isr_vector[MXC_IRQ_COUNT];
/* should be defined in starup_<device>.S */
extern uint32_t __isr_vector[MXC_IRQ_COUNT];
#endif

void NVIC_SetRAM(void)
Expand Down

0 comments on commit f27466f

Please sign in to comment.