zephyr/tests/kernel/interrupt/src
Jennifer Williams a7ea624d7e tests: kernel: key has wrong type in test_prevent_interruption
The test_prevent_interruption() uses a key for the irq_lock(),
but the key has incorrect data type. This commit makes the key
unsigned int according to API docs.

Fixes #34023

Signed-off-by: Jennifer Williams <jennifer.m.williams@intel.com>
2021-04-06 14:37:24 -04:00
..
dynamic_isr.c testsuite: utils: move the interrupt_util.h into testsuite 2021-03-30 08:18:23 -04:00
main.c tests: kernel: interrupt: Reorganise tests 2020-03-27 13:24:35 -04:00
nested_irq.c testsuite: utils: move the interrupt_util.h into testsuite 2021-03-30 08:18:23 -04:00
prevent_irq.c tests: kernel: key has wrong type in test_prevent_interruption 2021-04-06 14:37:24 -04:00