Added stdc_format_macros for all inttypes.h includes.

This commit is contained in:
James Goppert
2015-09-24 17:44:27 -04:00
parent 6cdb373abb
commit 2a60ffd554
8 changed files with 8 additions and 2 deletions
+2 -1
View File
@@ -40,8 +40,9 @@
#ifndef I2C_FRAME_H_
#define I2C_FRAME_H_
#include <inttypes.h>
#define __STDC_FORMAT_MACROS 1
#include <inttypes.h>
typedef struct i2c_frame
{