mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-29 10:18:18 +08:00
Added stdc_format_macros for all inttypes.h includes.
This commit is contained in:
@@ -61,6 +61,7 @@ do {
|
||||
typedef unsigned int uint32_t;
|
||||
typedef unsigned char uint8_t;
|
||||
#else
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#include <inttypes.h> /* uint32_t */
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user