move free call

This commit is contained in:
2022-11-21 14:56:08 +01:00
parent 3bc3da5a8d
commit 65a5abab49
7 changed files with 18 additions and 13 deletions

View File

@ -3,7 +3,7 @@
#include <fsfw/serviceinterface.h>
SerialCookie::SerialCookie(object_id_t handlerId, std::string deviceFile, UartBaudRate baudrate,
size_t maxReplyLen, UartModes uartMode)
size_t maxReplyLen, UartModes uartMode)
: handlerId(handlerId),
deviceFile(deviceFile),
uartMode(uartMode),