summaryrefslogtreecommitdiff
path: root/demos/bsp/boards/board.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-04 22:46:42 +0700
committerhathach <[email protected]>2014-03-04 22:46:42 +0700
commite6d7c5fceea4cda835fc62d7bb0c116a6255588f (patch)
tree71e8b5d59e63069ae47287d9f7d0405d36808919 /demos/bsp/boards/board.c
parent2a866365e90f9a899d491162c45d6ec94a06729b (diff)
remove lwip code in main.c & boardGetMACaddr (board.c)
NOTE: previous commit also removed some lwip's configure in board_ea4357 fix NGX4330 led blinking
Diffstat (limited to 'demos/bsp/boards/board.c')
-rw-r--r--demos/bsp/boards/board.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/demos/bsp/boards/board.c b/demos/bsp/boards/board.c
index 4a423c5d2..e766bd206 100644
--- a/demos/bsp/boards/board.c
+++ b/demos/bsp/boards/board.c
@@ -49,20 +49,6 @@ void SysTick_Handler (void)
#endif
-#if 0
-// FIXME refractor
-void boardGetMACaddr(uint8_t *macaddr)
-{
- macaddr[0] = BOARD_MAC_ADDR0;
- macaddr[1] = BOARD_MAC_ADDR1;
- macaddr[2] = BOARD_MAC_ADDR2;
- macaddr[3] = BOARD_MAC_ADDR3;
- macaddr[4] = BOARD_MAC_ADDR4;
- macaddr[5] = BOARD_MAC_ADDR5;
-}
-
-#endif
-
void check_failed(uint8_t *file, uint32_t line)
{
(void) file;