mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
Added inttypes.h include directive in board.h
For now the inttypes.h of the development computer is used. Which is a bad state. The reason is It should be fixed by creating a stdint.h in the Baselib, which defines types like uint32_t, etc., or by entirely replacing the Baselibs with the newlib.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "stdio.h"
|
||||
#include "stdlib.h"
|
||||
#include "string.h"
|
||||
#include "inttypes.h"
|
||||
|
||||
#ifdef __GNUC__
|
||||
#undef __GNUC__
|
||||
|
||||
Reference in New Issue
Block a user