rename board_led_control to board_led_write
This commit is contained in:
		| @@ -173,7 +173,7 @@ void led_blinking_task(void) | ||||
|   if ( board_millis() < start_ms + interval_ms) return; // not enough time | ||||
|   start_ms += interval_ms; | ||||
|  | ||||
|   board_led_control(led_state); | ||||
|   board_led_write(led_state); | ||||
|   led_state = 1 - led_state; // toggle | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach