callbacks are now allowed
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2022-01-19 17:17:06 +01:00
parent f948905aa2
commit 79fac2adcb
5 changed files with 58 additions and 7 deletions

View File

@ -68,7 +68,7 @@ void PDU1Handler::letChildHandleHkReply(DeviceCommandId_t id, const uint8_t *pac
#endif
}
void PDU1Handler::assignChannelHookFunction(ChannelSwitchHook hook) {
void PDU1Handler::assignChannelHookFunction(GOMSPACE::ChannelSwitchHook hook) {
this->channelSwitchHook = hook;
}