mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-03 20:54:18 +00:00
include inttypes to get PRIx32 definition
This commit is contained in:
parent
f5454fc67e
commit
24d1051584
@ -40,6 +40,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h> // PRIx32
|
||||
|
||||
// workaround for missing PRIx32 on mspgcc (16-bit MCU)
|
||||
#ifndef PRIx32
|
||||
|
Loading…
x
Reference in New Issue
Block a user