fix id with list on Excel
This commit is contained in:
		| @@ -18,7 +18,7 @@ typedef enum { | ||||
| } ALIVE_CHECKER_STATES; | ||||
|  | ||||
| typedef enum { | ||||
|     evACinit = 100, // TODO change this number (< 256) | ||||
|     evACinit = 15, | ||||
|     evACborn, | ||||
|     evACready, | ||||
|     evACpoll | ||||
|   | ||||
| @@ -15,7 +15,7 @@ typedef enum { | ||||
| } CAN_STATES; | ||||
|  | ||||
| typedef enum { | ||||
|     evCAinit = 10, // TODO change this number (< 256) | ||||
|     evCAinit = 10, | ||||
|     evCAnewMsg, | ||||
|     evCAsend | ||||
| } CAN_EVENTS; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user