diff options
| author | hathach <[email protected]> | 2013-05-23 15:14:57 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-05-23 15:14:57 +0700 |
| commit | c4e6eec4ac0e07dc01065eb6049bdc92acce4b9d (patch) | |
| tree | 43115395cff1806ea952a67304185d359d70023d /demos/bsp/boards/board.c | |
| parent | 132c3996eae8659f765b3216a4a8926738e8a955 (diff) | |
LED init for mcb4300
Diffstat (limited to 'demos/bsp/boards/board.c')
| -rw-r--r-- | demos/bsp/boards/board.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/demos/bsp/boards/board.c b/demos/bsp/boards/board.c index 79a91852a..069ceab3f 100644 --- a/demos/bsp/boards/board.c +++ b/demos/bsp/boards/board.c @@ -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; |
