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
@@ -7,7 +7,7 @@ static int32_t prv_loader_main(void* param) {
return 0;
}
const NbApp loader_app = {
const App loader_app = {
.id = "loader",
.name = "Loader",
.type = SERVICE,
@@ -6,7 +6,7 @@
extern "C" {
#endif
extern const NbApp loader_app;
extern const App loader_app;
#ifdef __cplusplus
}