update CMakeLists.txt etl handling

This commit is contained in:
2022-04-26 20:06:26 +02:00
parent ec2e274f22
commit c1be1fe232
2 changed files with 18 additions and 18 deletions

View File

@ -375,7 +375,7 @@ float MgmLIS3MDLHandler::getSensitivityFactor(MGMLIS3MDL::Sensitivies sens) {
ReturnValue_t MgmLIS3MDLHandler::enableTemperatureSensor(const uint8_t *commandData,
size_t commandDataLen) {
if(commandData == nullptr) {
if (commandData == nullptr) {
return INVALID_COMMAND_PARAMETER;
}
triggerEvent(CHANGE_OF_SETUP_PARAMETER);