1
0
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:
Cristian Maglie 2012-04-23 15:51:03 +02:00
parent 00ceed55d2
commit d6c57415a3
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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
@ -517,4 +517,4 @@ size_t Keyboard_::write(uint8_t c)
#endif
#endif /* if defined(USBCON) */
#endif /* if defined(USBCON) */