1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/fault_handler
Erik Ekman 46f599c1a9 tests/fault_handler: Suppress cppcheck errors
This code is supposed to hit the null pointer.

tests/fault_handler/main.c:43: error (nullPointer): Null pointer dereference: (volatile unsigned int*)(0x00000000u)
tests/fault_handler/main.c:44: error (nullPointer): Null pointer dereference: (volatile unsigned int*)(0x00000000u)
2021-11-25 13:08:51 +01:00
..
main.c tests/fault_handler: Suppress cppcheck errors 2021-11-25 13:08:51 +01:00
Makefile tests: remove DEVELHELP from per test Makefiles 2017-12-14 17:54:13 +01:00