tests: kernel: arm_irq_vector_table: minor typo and style fixes
Minor typo and style fixes in the test logging, stressing that the test is applicable for Cortex-M MCUs, in general. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
bc902954e4
commit
3dc81a40bc
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ void isr2(void)
|
|||
*/
|
||||
void test_arm_irq_vector_table(void)
|
||||
{
|
||||
printk("Test Cortex-M3 IRQ installed directly in vector table\n");
|
||||
printk("Test Cortex-M IRQs installed directly in the vector table\n");
|
||||
|
||||
for (int ii = 0; ii < 3; ii++) {
|
||||
irq_enable(_ISR_OFFSET + ii);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue