arm: Add missing include
Add missing include to prevent `'EINVAL' undeclared` when using `CONFIG_NULL_POINTER_EXCEPTION_DETECTION_DWT=y` Signed-off-by: George Ruinelli <caco3@ruinelli.ch>
This commit is contained in:
parent
b83cf1f1ee
commit
b2512d2f53
@ -10,6 +10,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/device.h>
|
||||
#include <aarch32/cortex_m/dwt.h>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user