Fix crashing bug -- can't append 1000s of times?

This commit is contained in:
Derek Jamison
2023-10-02 11:46:57 -05:00
parent 54c1f4fd13
commit 1044c0bf8c
5 changed files with 116 additions and 32 deletions

View File

@@ -3,4 +3,7 @@
#include <furi.h>
bool genie_save(uint32_t count, FuriString* key);
uint32_t genie_load();
uint32_t genie_load();
void genie_file_init();
void genie_file_close();