Skip to content

Commit 60de322

Browse files
committed
fixup! Merge remote-tracking branch 'origin/master' into tests/sync-arduino-h
1 parent 685c25f commit 60de322

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/host/common/mock.h

-7
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
#define ESP8266 1
3939
#define A0 0
4040
#define LED_BUILTIN 0
41-
#define F_CPU 80000000
4241
#define LWIP_OPEN_SRC
4342
#define TCP_MSS 536
4443
#define LWIP_FEATURES 1
@@ -55,12 +54,6 @@
5554
#define D7 7
5655
#define D8 8
5756

58-
// include host's STL before any other include file
59-
// because core definition like max() is in the way
60-
61-
#ifdef __cplusplus
62-
#include <vector>
63-
#endif
6457
#include <stddef.h>
6558

6659
#ifdef __cplusplus

0 commit comments

Comments
 (0)