From a7a4e0f219eb3f23e644f519605a79772a3c951a Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 19 Jul 2021 19:03:20 +0200 Subject: [PATCH] api consistent now --- src/fsfw/memory/HasFileSystemIF.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fsfw/memory/HasFileSystemIF.h b/src/fsfw/memory/HasFileSystemIF.h index ec941f596..c897f0dbf 100644 --- a/src/fsfw/memory/HasFileSystemIF.h +++ b/src/fsfw/memory/HasFileSystemIF.h @@ -81,7 +81,7 @@ public: * @param args Any other arguments which an implementation might require * @return */ - virtual ReturnValue_t deleteFile(const char* repositoryPath, + virtual ReturnValue_t removeFile(const char* repositoryPath, const char* filename, void* args = nullptr) = 0; /**