fix steering implementation
This commit is contained in:
		| @@ -10,7 +10,7 @@ | ||||
| #include "../xf/xf.h" | ||||
|  | ||||
| typedef enum { | ||||
|     STAL_INIT = 15, | ||||
|     STAL_INIT = 20, | ||||
|     STAL_SETUP, | ||||
|     STAL_BORN, | ||||
|     STAL_WAIT, | ||||
| @@ -20,7 +20,7 @@ typedef enum { | ||||
| } ALIVE_STATES; | ||||
|  | ||||
| typedef enum { | ||||
|     evALinitChecker = 15, | ||||
|     evALinitChecker = 20, | ||||
|     evALinitSender, | ||||
|     evALborn, | ||||
|     evALready, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user