LED init for mcb4300

This commit is contained in:
hathach
2013-05-23 15:14:57 +07:00
parent 132c3996ea
commit c4e6eec4ac
2 changed files with 10 additions and 11 deletions

View File

@@ -48,13 +48,6 @@ void SysTick_Handler (void)
}
#endif
//void board_delay_blocking(uint32_t ms)
//{
// volatile uint32_t delay_us = 1000*ms;
// delay_us *= (SystemCoreClock / 1000000) / 3;
// while(delay_us--);
//}
void check_failed(uint8_t *file, uint32_t line)
{
(void) file;