You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from console.c:4:
./system.h:11:16: error: unknown type name 'uint8_t'
11 | void uart_putc(uint8_t ch);
| ^~~~~~~
./system.h:1:1: note: 'uint8_t' is defined in header '<stdint.h>'; did you forget to '#include <stdint.h>'?
+++ |+#include <stdint.h>
1 | #ifndef __SYSTEM_H__
The text was updated successfully, but these errors were encountered:
sg2042evb with gcc-13-arm-none-eabi:
The text was updated successfully, but these errors were encountered: