cleaning up
This commit is contained in:
@ -1533,6 +1533,6 @@ void DeviceHandlerBase::printWarningOrError(fsfw::OutputTypes errorType,
|
||||
|
||||
}
|
||||
|
||||
ProvidesDataPoolSubscriptionIF* DeviceHandlerBase::getSubsciptionInterface() {
|
||||
ProvidesDataPoolSubscriptionIF* DeviceHandlerBase::getSubscriptionInterface() {
|
||||
return &hkManager;
|
||||
}
|
||||
|
@ -520,7 +520,7 @@ protected:
|
||||
/** Get the HK manager object handle */
|
||||
LocalDataPoolManager* getHkManagerHandle() override;
|
||||
|
||||
ProvidesDataPoolSubscriptionIF* getSubsciptionInterface() override;
|
||||
ProvidesDataPoolSubscriptionIF* getSubscriptionInterface() override;
|
||||
|
||||
/**
|
||||
* @brief Hook function for child handlers which is called once per
|
||||
|
Reference in New Issue
Block a user