mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
[sam] fixed compilation problem with temporary USB driver
This commit is contained in:
parent
00ceed55d2
commit
d6c57415a3
@ -16,11 +16,11 @@
|
||||
** SOFTWARE.
|
||||
*/
|
||||
|
||||
#if defined(USBCON)
|
||||
#include "Platform.h"
|
||||
#include "USBAPI.h"
|
||||
#include <avr/wdt.h>
|
||||
|
||||
#if defined(USBCON)
|
||||
#ifdef CDC_ENABLED
|
||||
|
||||
#if (RAMEND < 1000)
|
||||
|
@ -16,11 +16,11 @@
|
||||
** SOFTWARE.
|
||||
*/
|
||||
|
||||
#if defined(USBCON)
|
||||
#include "Platform.h"
|
||||
#include "USBAPI.h"
|
||||
#include "USBDesc.h"
|
||||
|
||||
#if defined(USBCON)
|
||||
#ifdef HID_ENABLED
|
||||
|
||||
//#define RAWHID_ENABLED
|
||||
|
Loading…
x
Reference in New Issue
Block a user