Init/shutdown working

- stk_init/shutdown do what they are supposed to.
- buffer sizes moved to headers
This commit is contained in:
2025-11-02 18:40:33 +01:00
parent a0c9cdb577
commit 5c621c8367
5 changed files with 213 additions and 11 deletions
+1
View File
@@ -5,6 +5,7 @@
#include <stdlib.h>
#define MOD_DIR_BUFFER_SIZE 32
#define PATH_BUFFER_SIZE 1024
#ifdef __cplusplus
extern "C" {