FIX Static scheduling with event
This commit is contained in:
		| @@ -150,7 +150,7 @@ static utest::v1::status_t greentea_setup(const size_t number_of_cases) { | ||||
| // List of test cases in this file | ||||
| static Case cases[] = { | ||||
|     Case("test bike system", test_bike_system), | ||||
|     Case("test bike system with event queue", test_bike_system_event_queue) | ||||
|     Case("test bike system with event queue", test_bike_system_event_queue), | ||||
|     Case("test bike system with event handling", test_bike_system_with_event), | ||||
| }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user