Skip to content

Commit

Permalink
Fix Warning in sensor.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
unlogisch04 committed May 7, 2024
1 parent a317962 commit f6c10fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sensors/sensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const char * getIMUNameByType(ImuID imuType) {
return "LSM6DSO";
case ImuID::LSM6DSR:
return "LSM6DSR";
case ImuID::NV_BMI270_BMI323:
case ImuID::Unknown:
case ImuID::Empty:
return "UNKNOWN";
Expand Down

0 comments on commit f6c10fa

Please sign in to comment.