fix for flash size in default config

This commit is contained in:
Ken Van Hoeylandt
2024-01-17 20:50:19 +01:00
parent 74bfe5e792
commit 38e7a35910
164 changed files with 0 additions and 0 deletions
-18
View File
@@ -1,18 +0,0 @@
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include "service_manifest.h"
typedef void* Service;
const ServiceManifest* tt_service_get_manifest(Service service);
void tt_service_set_data(Service service, void* value);
void* _Nullable tt_service_get_data(Service service);
#ifdef __cplusplus
}
#endif