Commit f6c52544314f026b2565ba4174969baeb19c1066

Authored by 김태훈
1 parent 0ce283850e
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/config.h
... ... @@ -120,7 +120,7 @@ namespace Define
120 120 };
121 121  
122 122 enum time_type{
123   - time_type_24h = 0;
  123 + time_type_24h = 0,
124 124 time_type_12h
125 125 };
126 126  
... ...