Fix compile warnings
This commit is contained in:
parent
574434550a
commit
7b75ca591d
2 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ namespace {
|
|||
return "BMA421";
|
||||
case Pinetime::Controllers::MotionController::DeviceTypes::BMA425:
|
||||
return "BMA425";
|
||||
case Pinetime::Controllers::MotionController::DeviceTypes::Unknown:
|
||||
return "???";
|
||||
}
|
||||
return "???";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue