consistent header includes

replaced <> with "" for non-system headers
This commit is contained in:
Ken Van Hoeylandt
2023-12-27 16:43:30 +01:00
parent 34a067c2b1
commit 11f26d4980
21 changed files with 73 additions and 75 deletions
+3 -3
View File
@@ -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"