consistent header includes
replaced <> with "" for non-system headers
This commit is contained in:
+3
-3
@@ -1,8 +1,8 @@
|
||||
#include <nanobake.h>
|
||||
#include "nanobake.h"
|
||||
|
||||
// Hardware
|
||||
#include <board_2432s024_touch.h>
|
||||
#include <board_2432s024_display.h>
|
||||
#include "board_2432s024_touch.h"
|
||||
#include "board_2432s024_display.h"
|
||||
|
||||
// Apps
|
||||
#include "hello_world/hello_world.h"
|
||||
|
||||
Reference in New Issue
Block a user