Add ctrl error codes
This commit is contained in:
parent
8750923e9b
commit
5f4bde0a77
|
@ -47,6 +47,8 @@ extern "C" {
|
||||||
#define THRESH_UT 0 /* 0C */
|
#define THRESH_UT 0 /* 0C */
|
||||||
#define THRESH_OT 880 /* 55C */
|
#define THRESH_OT 880 /* 55C */
|
||||||
|
|
||||||
|
#define AMS_ERRORCODE_TIMEOUT_SLAVE 1
|
||||||
|
#define AMS_ERRORCODE_SLAVE_PANIC 2
|
||||||
#define AMS_ERRORCODE_TIMEOUT_SHUNT 6
|
#define AMS_ERRORCODE_TIMEOUT_SHUNT 6
|
||||||
#define AMS_ERRORCODE_MASTER_THRESH 7
|
#define AMS_ERRORCODE_MASTER_THRESH 7
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue