Skip to content

Commit

Permalink
Update cmsis_test.c to return success
Browse files Browse the repository at this point in the history
  • Loading branch information
kilograham authored Aug 19, 2024
1 parent cd448ac commit bb1113c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cmsis_test/cmsis_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ int main(void) {
irq_set_enabled(DMA_IRQ_0_IRQn, true);
irq_set_pending(DMA_IRQ_0_IRQn);
puts(irq_handler_called ? "SUCCESS" : "FAILURE");
return !(pendsv_called && irq_handler_called);
}

0 comments on commit bb1113c

Please sign in to comment.