Skip to content

Commit

Permalink
Remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
flxkrmr committed Feb 2, 2023
1 parent 9bbd895 commit 9c37a02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/EecIvReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ void onButtonUp() {
break;
case READING_FAULT_CODE:
case RUNNING_KOEO:
case SHOW_VOLTAGE:
break;
}
}
Expand All @@ -216,6 +217,7 @@ void onButtonDown() {
break;
case READING_FAULT_CODE:
case RUNNING_KOEO:
case SHOW_VOLTAGE:
break;
}
}
Expand Down

0 comments on commit 9c37a02

Please sign in to comment.