Commit 1ff9159b3ddd394a52b2cf374c56805934afe876

Authored by 김태훈
1 parent d35b8bcdf8
Exists in master and in 2 other branches fhd, fhd-demo

컴파일 경고 제거

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/gui/oven_control/backlight.cpp
... ... @@ -24,7 +24,7 @@ int toSystem(int setting)
24 24 return 8;
25 25 case 6:
26 26 return 9;
27   - case 7:
  27 + default:
28 28 return 10;
29 29 }
30 30 }
... ...