fix device example build errors

This commit is contained in:
hathach
2012-12-20 17:13:22 +07:00
parent 8c2ec83c59
commit a2e1fc4a73
20 changed files with 3 additions and 3 deletions

View File

@@ -40,8 +40,8 @@
#if BOARD == BOARD_LPCXPRESSO1347
#include "LPC13Uxx.h"
#include "lpc13uxx/inc/gpio.h"
#include "lpc13uxx/inc/uart.h"
#include "lpc13uxx/gpio.h"
#include "lpc13uxx/uart.h"
#define CFG_LED_PORT (0)
#define CFG_LED_PIN (7)