Skip to content
Prev Previous commit
Next Next commit
Geting the include order right
  • Loading branch information
dok-net committed Apr 11, 2020
commit eba004216f1f4958be0fced10c36cf9939710c4b
8 changes: 4 additions & 4 deletions tests/host/common/mock.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ typedef uint32_t uint32;

//

#include <Arduino.h>

//

#include <stdlib.h>
#define RANDOM_REG32 ((uint32_t)random())

Expand Down Expand Up @@ -164,10 +168,6 @@ void mock_stop_littlefs ();

//

#include <Arduino.h>

//

#include <common/esp8266_peri.h>

//
Expand Down