1
0
forked from fsfw/fsfw

Merge branch 'mueller_framework' of https://egit.irs.uni-stuttgart.de/KSat/fsfw into mueller_framework

This commit is contained in:
2020-04-16 17:02:10 +02:00
5 changed files with 16 additions and 4 deletions

View File

@ -116,7 +116,7 @@ ReturnValue_t DeviceHandlerBase::initialize() {
AcceptsDeviceResponsesIF *rawReceiver = objectManager->get<
AcceptsDeviceResponsesIF>(rawDataReceiverId);
if (rawReceiver == NULL) {
if (rawReceiver == nullptr) {
return RETURN_FAILED;
}