Skip to content

Commit eba0042

Browse files
committed
Geting the include order right
1 parent 4062650 commit eba0042

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/host/common/mock.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ typedef uint32_t uint32;
8484

8585
//
8686

87+
#include <Arduino.h>
88+
89+
//
90+
8791
#include <stdlib.h>
8892
#define RANDOM_REG32 ((uint32_t)random())
8993

@@ -164,10 +168,6 @@ void mock_stop_littlefs ();
164168

165169
//
166170

167-
#include <Arduino.h>
168-
169-
//
170-
171171
#include <common/esp8266_peri.h>
172172

173173
//

0 commit comments

Comments
 (0)