fix compilation

This commit is contained in:
Daryl Borth 2023-07-30 17:18:55 -06:00
parent 5ad481ee47
commit 1238e54bc8

View File

@ -18,6 +18,8 @@ extern "C" {
#endif
#ifdef GEKKO
#include <inttypes.h>
typedef uint8_t uint8 ;
typedef int8_t int8 ;