diff options
| author | Jonathan Vander Mey <jvandermey@evertz.com> | 2021-07-17 04:41:15 (GMT) |
|---|---|---|
| committer | JF002 <JF002@users.noreply.github.com> | 2021-07-25 16:01:13 (GMT) |
| commit | 7b75ca591d31ccd8883a1a1ff83cfd271959dbaa (patch) | |
| tree | a27aa6d8a81556ccca78d341cee2407f15805aa3 /src/displayapp | |
| parent | 574434550ac372953954813e36a26d6d4c2a5cc6 (diff) | |
Fix compile warnings
Diffstat (limited to 'src/displayapp')
| -rw-r--r-- | src/displayapp/screens/SystemInfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/displayapp/screens/SystemInfo.cpp b/src/displayapp/screens/SystemInfo.cpp index 2bb8481..e7c5b65 100644 --- a/src/displayapp/screens/SystemInfo.cpp +++ b/src/displayapp/screens/SystemInfo.cpp @@ -20,6 +20,8 @@ namespace { return "BMA421"; case Pinetime::Controllers::MotionController::DeviceTypes::BMA425: return "BMA425"; + case Pinetime::Controllers::MotionController::DeviceTypes::Unknown: + return "???"; } return "???"; } |
