fix: I forgot to change it from uint8_t to int...
This commit is contained in:
+3
-3
@@ -22,9 +22,9 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
uint8_t is_module_loaded(const char *filename,
|
int is_module_loaded(const char *filename,
|
||||||
char (*loaded_module_ids)[STK_MOD_ID_BUFFER],
|
char (*loaded_module_ids)[STK_MOD_ID_BUFFER],
|
||||||
size_t loaded_count);
|
size_t loaded_count);
|
||||||
uint8_t is_valid_module_file(const char *filename);
|
uint8_t is_valid_module_file(const char *filename);
|
||||||
|
|
||||||
int platform_mkdir(const char *path)
|
int platform_mkdir(const char *path)
|
||||||
|
|||||||
Reference in New Issue
Block a user