Moved CMSIS and other LPC1768 dependencies
Fixes Arduino IDE builds for 8-bit AVR, misc: Adafruit NeoPixel currently incompatible with Teensy 3.5-6, blacklisted
This commit is contained in:
committed by
Scott Lahteine
parent
b55295ad33
commit
4183a249b6
@@ -10,18 +10,18 @@ extern "C" {
|
||||
#include <lpc17xx_gpio.h>
|
||||
}
|
||||
|
||||
#include "usb/usb.h"
|
||||
#include "usb/usbcfg.h"
|
||||
#include "usb/usbhw.h"
|
||||
#include "usb/usbcore.h"
|
||||
#include "usb/cdc.h"
|
||||
#include "usb/cdcuser.h"
|
||||
#include "usb/mscuser.h"
|
||||
#include <usb/usb.h>
|
||||
#include <usb/usbcfg.h>
|
||||
#include <usb/usbhw.h>
|
||||
#include <usb/usbcore.h>
|
||||
#include <usb/cdc.h>
|
||||
#include <usb/cdcuser.h>
|
||||
#include <usb/mscuser.h>
|
||||
|
||||
extern "C" {
|
||||
#include <debug_frmwrk.h>
|
||||
#include "chanfs/diskio.h"
|
||||
#include "chanfs/ff.h"
|
||||
#include <chanfs/diskio.h>
|
||||
#include <chanfs/ff.h>
|
||||
}
|
||||
|
||||
#include "fastio.h"
|
||||
|
||||
Reference in New Issue
Block a user