board implementation cleanup

implemented proper C/C++ practices
other cleanup
This commit is contained in:
Ken Van Hoeylandt
2023-12-27 16:46:20 +01:00
parent 11f26d4980
commit 570df0640d
4 changed files with 18 additions and 11 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
#include "nanobake.h"
// Hardware
#include "board_2432s024_touch.h"
#include "board_2432s024_display.h"
#include "board_2432s024.h"
// Apps
#include "hello_world/hello_world.h"