Commit 9b5aa6b
tests: app_dev: ram_context_for_isr: fix irq_num
This commit fixes the type of `irq_num` in the `fake_driver_config`
structure to `uint16_t`. This is to match the expected type for the case
where `TEST_IRQ_NUM = (CONFIG_NUM_IRQS - 1)`, on platforms with more
than 256 IRQs.
Signed-off-by: Youssef Zini <[email protected]>1 parent 6ceb672 commit 9b5aa6b
File tree
1 file changed
+1
-1
lines changed- tests/application_development/ram_context_for_isr/include
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments