mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-02 13:24:12 +01:00
USB: removed some include file to let core compile again
This commit is contained in:
parent
59f68ab4ec
commit
05b3c0cc85
@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
#include "Platform.h"
|
#include "Platform.h"
|
||||||
#include "USBAPI.h"
|
#include "USBAPI.h"
|
||||||
#include <avr/wdt.h>
|
|
||||||
|
|
||||||
#if defined(USBCON)
|
#if defined(USBCON)
|
||||||
#ifdef CDC_ENABLED
|
#ifdef CDC_ENABLED
|
||||||
@ -172,4 +171,4 @@ size_t Serial_::write(uint8_t c)
|
|||||||
Serial_ Serial;
|
Serial_ Serial;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#endif /* if defined(USBCON) */
|
#endif /* if defined(USBCON) */
|
||||||
|
@ -3,10 +3,6 @@
|
|||||||
#define __PLATFORM_H__
|
#define __PLATFORM_H__
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <avr/pgmspace.h>
|
|
||||||
#include <avr/eeprom.h>
|
|
||||||
#include <avr/interrupt.h>
|
|
||||||
#include <util/delay.h>
|
|
||||||
|
|
||||||
typedef unsigned char u8;
|
typedef unsigned char u8;
|
||||||
typedef unsigned short u16;
|
typedef unsigned short u16;
|
||||||
|
Loading…
Reference in New Issue
Block a user