tweak for rm3100
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2021-09-15 17:49:15 +02:00
parent df5b0a19de
commit 2630d7fae7

View File

@ -288,6 +288,7 @@ ReturnValue_t MGMHandlerRM3100::handleTmrcConfigCommand(DeviceCommandId_t device
commandBuffer[0] = RM3100::TMRC_REGISTER;
commandBuffer[1] = commandData[0];
tmrcRegValue = commandData[0];
rawPacketLen = 2;
rawPacket = commandBuffer;
return HasReturnvaluesIF::RETURN_OK;