Adding delete file command.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-02-24 16:22:05 +01:00
parent 249de0c5d2
commit a4ef5e6d17
4 changed files with 36 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ void put_binary (const char *s, int len);
extern int flash_write_data_to_file(file_t *file, const uint8_t *data, uint16_t len);
extern void low_flash_available();
extern int flash_clear_file(file_t *file);
extern pico_unique_board_id_t unique_id;
#endif