renamed struct types
This commit is contained in:
@@ -55,7 +55,7 @@ static int32_t app_main(void* param) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
const NbApp hello_world_app = {
|
||||
const App hello_world_app = {
|
||||
.id = "helloworld",
|
||||
.name = "Hello World",
|
||||
.type = USER,
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
#include "nb_app.h"
|
||||
|
||||
extern const NbApp hello_world_app;
|
||||
extern const App hello_world_app;
|
||||
|
||||
+1
-1
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user