house keeping

This commit is contained in:
hathach
2013-09-21 13:17:43 +07:00
parent 2db5fcdf0a
commit d15ba08fdc
14 changed files with 106 additions and 70 deletions

View File

@@ -48,6 +48,7 @@ void SysTick_Handler (void)
}
#endif
#if 0
// FIXME refractor
void boardGetMACaddr(uint8_t *macaddr)
{
@@ -59,6 +60,8 @@ void boardGetMACaddr(uint8_t *macaddr)
macaddr[5] = BOARD_MAC_ADDR5;
}
#endif
void check_failed(uint8_t *file, uint32_t line)
{
(void) file;