fix device example build errors
This commit is contained in:
		| @@ -40,7 +40,7 @@ | ||||
| #if BOARD == BOARD_AT86RF2XX | ||||
|  | ||||
| #include "LPC11Uxx.h" | ||||
| #include "gpio.h" | ||||
| #include "lpc11uxx/gpio.h" | ||||
|  | ||||
| #define CFG_LED_PORT                  (1) | ||||
| #define CFG_LED_PIN                   (31) | ||||
|   | ||||
| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach