Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.

Commit 7ee8bdf

Browse files
committed
Sort #include order.
1 parent ad7aa84 commit 7ee8bdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

robot-control-src/robot-control-src.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
#include <ESP8266WebServer.h>
2-
#include "wifi_ap.hpp"
3-
41
#include "board.hpp"
52
#include "Drives.hpp"
3+
#include "wifi_ap.hpp"
4+
#include <ESP8266WebServer.h>
65

76
static ESP8266WebServer server(80);
7+
88
static struct
99
{
1010
bool isTargetNew = false;

0 commit comments

Comments
 (0)