some nice clean up

This commit is contained in:
hathach 2014-03-21 16:42:43 +07:00
parent b594d25a53
commit 08dd42fa5c
2 changed files with 10 additions and 10 deletions

View File

@ -38,8 +38,8 @@
#include "board.h" #include "board.h"
#if TUSB_CFG_OS == TUSB_OS_NONE #if TUSB_CFG_OS == TUSB_OS_NONE
volatile uint32_t system_ticks = 0; volatile uint32_t system_ticks = 0;
void SysTick_Handler (void) void SysTick_Handler (void)

View File

@ -59,17 +59,17 @@
//--------------------------------------------------------------------+ //--------------------------------------------------------------------+
// BOARD DEFINE // BOARD DEFINE
//--------------------------------------------------------------------+ //--------------------------------------------------------------------+
#define BOARD_RF1GHZNODE 1 #define BOARD_RF1GHZNODE 1100
#define BOARD_LPCXPRESSO1347 2 #define BOARD_LPCXPRESSO1347 1300
#define BOARD_LPCXPRESSO1769 1700
#define BOARD_NGX4330 3 #define BOARD_NGX4330 4300
#define BOARD_EA4357 4 #define BOARD_EA4357 4301
#define BOARD_MCB4300 5 #define BOARD_MCB4300 4302
#define BOARD_HITEX4350 6 #define BOARD_HITEX4350 4303
#define BOARD_LPCXPRESSO1769 7 #define BOARD_LPC4357USB 4304
#define BOARD_LPC4357USB 8 #define BOARD_LPCLINK2 4370
#define BOARD_LPCLINK2 9
//--------------------------------------------------------------------+ //--------------------------------------------------------------------+
// PRINTF TARGET DEFINE // PRINTF TARGET DEFINE