tests: arm_irq_vector_table: fix code style
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
1a0875111c
commit
e4a963c5d1
1 changed files with 5 additions and 5 deletions
|
@ -109,4 +109,4 @@ void test_main(void)
|
|||
typedef void (*vth)(void); /* Vector Table Handler */
|
||||
vth __irq_vector_table _irq_vector_table[CONFIG_NUM_IRQS] = {
|
||||
isr0, isr1, isr2
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue