preparing DHB::buildCommandFromCommand for retirement

This commit is contained in:
Ulrich Mohr 2022-08-24 17:33:56 +02:00
parent 61b4e68f3d
commit 59f8dd1322
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ class DeviceHandlerBase : public DeviceHandlerIF,
*/
virtual ReturnValue_t buildCommandFromCommand(DeviceCommandId_t deviceCommand,
const uint8_t *commandData,
size_t commandDataLen) = 0;
size_t commandDataLen) {exit(0);}
/* Reply handling */
/**