stk module id static -> not static

This commit is contained in:
2025-11-06 19:29:20 +01:00
parent b5bb6bc707
commit 0cf819fc73
+1 -1
View File
@@ -8,7 +8,7 @@ void *platform_get_symbol(void *handle, const char *symbol);
typedef void (*stk_module_func)(void);
static char **stk_module_ids = NULL;
char **stk_module_ids = NULL;
static void **stk_handles = NULL;
static stk_module_func *stk_inits = NULL;
static stk_module_func *stk_shutdowns = NULL;