add some document for msc_device API
This commit is contained in:
		| @@ -118,10 +118,10 @@ int main(void) | ||||
| //--------------------------------------------------------------------+ | ||||
| OSAL_TASK_FUNCTION( led_blinking_task ) (void* p_task_para) | ||||
| { | ||||
|   static uint32_t led_on_mask = 0; | ||||
|  | ||||
|   OSAL_TASK_LOOP_BEGIN | ||||
|  | ||||
|   static uint32_t led_on_mask = 0; | ||||
|  | ||||
|   osal_task_delay(1000); | ||||
|  | ||||
|   board_leds(led_on_mask, 1 - led_on_mask); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach