Skip to content

Commit efda82e

Browse files
committed
fix(config): fix wrong header order
1 parent 8e0dbaf commit efda82e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ESP_Panel_Board_Internal.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#endif
1717
#endif
1818

19+
#include "ESP_PanelTypes.h"
20+
1921
/* If "ESP_Panel_*_Board.h" are available from here, try to use them later */
2022
#ifdef __has_include
2123
#if __has_include("ESP_Panel_Board_Supported.h")
@@ -83,8 +85,6 @@
8385
#include "board/ESP_PanelBoard.h"
8486
#endif
8587

86-
#include "ESP_PanelTypes.h"
87-
8888
/* Define some special macros for devices */
8989
/*-------------------------------- LCD Related --------------------------------*/
9090
#if ESP_PANEL_USE_LCD

0 commit comments

Comments
 (0)