add build and project settings for lpc43xx
This commit is contained in:
@@ -64,11 +64,11 @@
|
||||
#define BIT_(n) (1 << (n))
|
||||
#endif
|
||||
|
||||
#define BOARD_NGX43XX 1
|
||||
#define BOARD_NGX4330 1
|
||||
#define BOARD_LPCXPRESSO1347 2
|
||||
#define BOARD_AT86RF2XX 3
|
||||
|
||||
#if BOARD == BOARD_NGX43XX
|
||||
#if BOARD == BOARD_NGX4330
|
||||
|
||||
#elif BOARD == BOARD_LPCXPRESSO1347
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
#include "board.h"
|
||||
|
||||
#if BOARD == BOARD_NGX43XX
|
||||
#if BOARD == BOARD_NGX4330
|
||||
|
||||
#include "lpc43xx_uart.h"
|
||||
#include "lpc43xx_scu.h"
|
||||
Reference in New Issue
Block a user