this is better
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2022-08-30 23:54:05 +02:00
parent 9319d58137
commit 822e8eea4a
7 changed files with 8 additions and 14 deletions

View File

@ -268,5 +268,5 @@ void P60DockHandler::printHkTableLatchups() {
void P60DockHandler::setDebugMode(bool enable) { this->debugMode = enable; }
void P60DockHandler::letChildHandleConfigReply(DeviceCommandId_t id, const uint8_t *packet) {
handleDeviceTm(util::DataWrapper(packet, P60Dock::CONFIG_TABLE_SIZE), id);
handleDeviceTm(packet, P60Dock::CONFIG_TABLE_SIZE, id);
}