renamed struct types

This commit is contained in:
Ken Van Hoeylandt
2023-12-28 13:07:01 +01:00
parent 6282011634
commit 1cafa1ec1a
38 changed files with 120 additions and 120 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#include "hello_world/hello_world.h"
__attribute__((unused)) void app_main(void) {
static NbConfig config = {
static Config config = {
.display_driver = &board_2432s024_create_display_driver,
.touch_driver = &board_2432s024_create_touch_driver,
.apps = {