more board clean up

This commit is contained in:
hathach 2019-03-27 21:06:44 +07:00
parent 801f3c9d8d
commit 38f7d281d4
No known key found for this signature in database
GPG Key ID: 2FA891220FBFD581
1 changed files with 0 additions and 3 deletions

View File

@ -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
//--------------------------------------------------------------------+