From 6e9db0d67533b8b3fa25def2b185691749c2b6f6 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Wed, 7 Oct 2020 18:43:56 +0200 Subject: [PATCH] retval added --- memory/HasFileSystemIF.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/memory/HasFileSystemIF.h b/memory/HasFileSystemIF.h index e270f256..7ab4cc4e 100644 --- a/memory/HasFileSystemIF.h +++ b/memory/HasFileSystemIF.h @@ -21,6 +21,8 @@ public: static constexpr ReturnValue_t DIRECTORY_ALREADY_EXISTS = MAKE_RETURN_CODE(0x03); static constexpr ReturnValue_t DIRECTORY_NOT_EMPTY = MAKE_RETURN_CODE(0x04); + static constexpr ReturnValue_t SEQUENCE_PACKET_MISSING = MAKE_RETURN_CODE(0x05); + virtual ~HasFileSystemIF() {} /** * Function to get the MessageQueueId_t of the implementing object