Skip to content
Snippets Groups Projects
Commit 18330f7a authored by Lucas De Marchi's avatar Lucas De Marchi Committed by Lorenz Meier
Browse files

Move __STDC_FORMAT_MACROS to build system

__STDC_FORMAT_MACROS changes the behavior of inttypes.h to allow
defining format macros for printf-like functions. It needs to be defined
before any include is done, otherwise due to include chains and header
guards it may not take effect.

Instead of having to define it everywhere it is used, move the define to the
build system. Also update ecl and DriverFramework submodules to deal with the
changed definitions.
parent d2194d78
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 17 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment