We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4062650 commit eba0042Copy full SHA for eba0042
tests/host/common/mock.h
@@ -84,6 +84,10 @@ typedef uint32_t uint32;
84
85
//
86
87
+#include <Arduino.h>
88
+
89
+//
90
91
#include <stdlib.h>
92
#define RANDOM_REG32 ((uint32_t)random())
93
@@ -164,10 +168,6 @@ void mock_stop_littlefs ();
164
168
165
169
166
170
167
-#include <Arduino.h>
-
-//
171
#include <common/esp8266_peri.h>
172
173
0 commit comments