WIP: somethings wrong.. #19

Closed
muellerr wants to merge 808 commits from source/master into master
Showing only changes of commit 7a4cc1a6b6 - Show all commits

View File

@ -199,14 +199,14 @@ ReturnValue_t DeviceHandlerBase::initialize() {
return result; return result;
} }
// if(hkDestination == objects::NO_OBJECT) { if(hkDestination == objects::NO_OBJECT) {
// hkDestination = defaultHkDestination; hkDestination = defaultHkDestination;
// } }
//
// result = hkManager.initialize(commandQueue, hkDestination); result = hkManager.initialize(commandQueue, hkDestination);
// if (result != HasReturnvaluesIF::RETURN_OK) { if (result != HasReturnvaluesIF::RETURN_OK) {
// return result; return result;
// } }
fillCommandAndReplyMap(); fillCommandAndReplyMap();