mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 12:35:25 +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)
|
||||
#ifndef PRIx32
|
||||
#warning Using own: #define PRIx32 "lx"
|
||||
#define PRIx32 "lx"
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user