lpc1347 mouse & keyboard & cdc works well

This commit is contained in:
hathach
2014-03-07 14:54:19 +07:00
parent 05474e4bd2
commit 01760794fe
7 changed files with 107 additions and 108 deletions

View File

@@ -133,12 +133,6 @@ OSAL_TASK_FUNCTION( led_blinking_task ) (void* p_task_para)
board_leds(led_on_mask, 1 - led_on_mask);
led_on_mask = 1 - led_on_mask; // toggle
// uint32_t btn_mask = board_buttons();
// for(uint8_t i=0; i<32; i++)
// {
// if ( BIT_TEST_(btn_mask, i) ) printf("button %d is pressed\n", i);
// }
OSAL_TASK_LOOP_END
}