mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-06-10 11:59:05 +02:00
Rename delete_file.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -512,7 +512,7 @@ bool file_has_data(const file_t *f) {
|
||||
return f != NULL && f->data != NULL && file_get_size(f) > 0;
|
||||
}
|
||||
|
||||
int delete_file(file_t *ef) {
|
||||
int file_delete(file_t *ef) {
|
||||
if (ef == NULL) {
|
||||
return PICOKEYS_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user