mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-23 11:43:24 +00:00
add warning fir PRIx32 isn't defined by inttypes.h
This commit is contained in:
parent
4f4fc1df43
commit
5a109138a5
@ -44,6 +44,7 @@
|
|||||||
|
|
||||||
// workaround for missing PRIx32 on mspgcc (16-bit MCU)
|
// workaround for missing PRIx32 on mspgcc (16-bit MCU)
|
||||||
#ifndef PRIx32
|
#ifndef PRIx32
|
||||||
|
#warning Using own: #define PRIx32 "lx"
|
||||||
#define PRIx32 "lx"
|
#define PRIx32 "lx"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user