Commit 29a9d29662ff75d7e9bd072d3d6cb939178efd67
1 parent
8e9c33f222
Exists in
master
and in
2 other branches
에러 전체 활성화
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
app/gui/oven_control/ovenstatics.h
... | ... | @@ -14,10 +14,10 @@ |
14 | 14 | |
15 | 15 | #define SYS_ERR_MAX 10 |
16 | 16 | |
17 | -#define SYS_ERROR_MASK 0 | |
18 | -#define COMM_ERROR_MASK 0 | |
19 | -#define STATE_ERROR_MASK 0 | |
20 | -#define SENSOR_ERROR_MASK 0 | |
17 | +#define SYS_ERROR_MASK 0x03ff | |
18 | +#define COMM_ERROR_MASK 0x001f | |
19 | +#define STATE_ERROR_MASK 0x0fFB | |
20 | +#define SENSOR_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 | ... | ... |