Skip to content

Commit 505c190

Browse files
committed
fixed to include Arduino.h
1 parent af381e4 commit 505c190

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NimBLELog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147

148148
# else
149149
# include "nimble/console/console.h"
150-
# include "esp32-hal.h"
150+
# include <Arduino.h>
151151

152152
# if MYNEWT_VAL(NIMBLE_CPP_LOG_LEVEL) >= 4
153153
# define NIMBLE_LOGD(tag, format, ...) console_printf("D (%lu) %s: " format "\n", millis(), tag, ##__VA_ARGS__)

0 commit comments

Comments
 (0)