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

@ -30,7 +30,7 @@ class SerialCookie : public CookieIF {
* One stop bit
*/
SerialCookie(object_id_t handlerId, std::string deviceFile, UartBaudRate baudrate,
size_t maxReplyLen, UartModes uartMode = UartModes::NON_CANONICAL);
size_t maxReplyLen, UartModes uartMode = UartModes::NON_CANONICAL);
virtual ~SerialCookie();