mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-19 09:42:11 +03:00
[sam] fixed compilation problem with temporary USB driver
This commit is contained in:
@ -16,11 +16,11 @@
|
|||||||
** SOFTWARE.
|
** SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if defined(USBCON)
|
||||||
#include "Platform.h"
|
#include "Platform.h"
|
||||||
#include "USBAPI.h"
|
#include "USBAPI.h"
|
||||||
#include <avr/wdt.h>
|
#include <avr/wdt.h>
|
||||||
|
|
||||||
#if defined(USBCON)
|
|
||||||
#ifdef CDC_ENABLED
|
#ifdef CDC_ENABLED
|
||||||
|
|
||||||
#if (RAMEND < 1000)
|
#if (RAMEND < 1000)
|
||||||
|
@ -16,11 +16,11 @@
|
|||||||
** SOFTWARE.
|
** SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if defined(USBCON)
|
||||||
#include "Platform.h"
|
#include "Platform.h"
|
||||||
#include "USBAPI.h"
|
#include "USBAPI.h"
|
||||||
#include "USBDesc.h"
|
#include "USBDesc.h"
|
||||||
|
|
||||||
#if defined(USBCON)
|
|
||||||
#ifdef HID_ENABLED
|
#ifdef HID_ENABLED
|
||||||
|
|
||||||
//#define RAWHID_ENABLED
|
//#define RAWHID_ENABLED
|
||||||
|
Reference in New Issue
Block a user