diff options
Diffstat (limited to 'firmware/src/main.c')
-rw-r--r-- | firmware/src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/src/main.c b/firmware/src/main.c index e1c85c6..702c8d5 100644 --- a/firmware/src/main.c +++ b/firmware/src/main.c @@ -1,4 +1,5 @@ #include <stdio.h> +#include <stdint.h> #include <zephyr/kernel.h> #include <zephyr/shell/shell.h> |