diff options
| author | hathach <[email protected]> | 2019-03-27 21:06:44 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-03-27 21:06:44 +0700 |
| commit | 38f7d281d44c69593f1de3885a292ee7c5c39355 (patch) | |
| tree | 81fec0b3724083a3515ef09e0b7d601ce01ec621 | |
| parent | 801f3c9d8d295fe3ac9e40203eba4628ce638cba (diff) | |
more board clean up
| -rw-r--r-- | hw/bsp/board.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/bsp/board.h b/hw/bsp/board.h index 2a46c976b..df9d5d11d 100644 --- a/hw/bsp/board.h +++ b/hw/bsp/board.h @@ -44,9 +44,6 @@ #define CFG_UART_BAUDRATE 115200 -#define BOARD_TICKS_HZ 1000 -#define board_tick2ms(tck) ( ( ((uint64_t)(tck)) * 1000) / BOARD_TICKS_HZ ) - //--------------------------------------------------------------------+ // Board Porting API //--------------------------------------------------------------------+ |
