Add ctrl error codes

This commit is contained in:
jazzpi 2022-07-26 18:09:52 +02:00
parent 8750923e9b
commit 5f4bde0a77
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ extern "C" {
#define THRESH_UT 0 /* 0C */
#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_MASTER_THRESH 7