hal: add missing include in hal.h

master
Marco Oliverio 2025-05-14 11:31:13 +02:00 committed by Daniele Lacamera
parent 0bf65fabb3
commit 4154057649
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ extern "C" {
#endif
#include "target.h"
#include <stdint.h>
/* Architecture specific calls */
#ifdef MMU