Commit b3087d7eb01e6c7b0476844139df426286a485a0

Authored by 고영탁
1 parent 29a9d29662
Exists in master and in 2 other branches fhd, fhd-demo

전체 에러 활성화 재작업

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/gui/oven_control/ovenstatics.h
... ... @@ -16,8 +16,8 @@
16 16  
17 17 #define SYS_ERROR_MASK 0x03ff
18 18 #define COMM_ERROR_MASK 0x001f
19   -#define STATE_ERROR_MASK 0x0fFB
20   -#define SENSOR_ERROR_MASK 0x001f
  19 +#define SENSOR_ERROR_MASK 0x03fb
  20 +#define STATE_ERROR_MASK 0x001f
21 21  
22 22 #define SYS_ERR_MASK_ERR_CLEAR_COOKING 0x00ff
23 23 #define SYS_ERR_MASK_ERR_CLEAR_NONCOOKING 0x00ff
... ...