mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-19 06:40:45 +00:00
fix device example build errors
This commit is contained in:
parent
8c2ec83c59
commit
a2e1fc4a73
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user