rm3100 continued

This commit is contained in:
2020-12-21 19:52:00 +01:00
parent 1e33f810cf
commit 24cf9a661f
6 changed files with 70 additions and 9 deletions

View File

@ -283,7 +283,7 @@ ReturnValue_t MGMHandlerLIS3MDL::interpretDeviceReply(DeviceCommandId_t id,
}
default: {
return DeviceHandlerIF::UNKNOW_DEVICE_REPLY;
return DeviceHandlerIF::UNKNOWN_DEVICE_REPLY;
}
}