add some document for msc_device API

This commit is contained in:
hathach
2013-12-01 12:18:26 +07:00
parent e0db04e6b4
commit d2f91af6b3
3 changed files with 52 additions and 6 deletions

View File

@@ -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);