mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-05 21:04:49 +00:00
nimble: Adding missing inttypes.h include
- This was causing a build failure X-Original-Commit: 13566431878bc3e4ac84cd0e9a36eb1d2cd5c870
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
#ifndef H_BLE_SVC_GAP_
|
||||
#define H_BLE_SVC_GAP_
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user