C++ refactoring (#91)
This commit is contained in:
committed by
GitHub
parent
d06137ba76
commit
ca5d4b8226
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "AppManifest.h"
|
||||
#include "Hal/Configuration.h"
|
||||
#include "ServiceManifest.h"
|
||||
#include "app/Manifest.h"
|
||||
#include "hal/Configuration.h"
|
||||
#include "service/Manifest.h"
|
||||
#include "TactilityConfig.h"
|
||||
|
||||
namespace tt {
|
||||
@@ -10,8 +10,8 @@ namespace tt {
|
||||
typedef struct {
|
||||
const hal::Configuration* hardware;
|
||||
// List of user applications
|
||||
const AppManifest* const apps[TT_CONFIG_APPS_LIMIT];
|
||||
const ServiceManifest* const services[TT_CONFIG_SERVICES_LIMIT];
|
||||
const app::Manifest* const apps[TT_CONFIG_APPS_LIMIT];
|
||||
const service::Manifest* const services[TT_CONFIG_SERVICES_LIMIT];
|
||||
const char* auto_start_app_id;
|
||||
} Configuration;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user