mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2024-11-24 14:10:55 +01:00
Fix Compiliation in IDF4.0
This commit is contained in:
parent
74f48f5d5e
commit
8b79e934a6
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@
|
|||
|
||||
#include "host/ble_gap.h"
|
||||
|
||||
/**** FIX COMPILATION ****/
|
||||
#undef min
|
||||
#undef max
|
||||
/**************************/
|
||||
|
||||
#include <string>
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in a new issue