mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +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 "USBAPI.h"
|
||||
#include <avr/wdt.h>
|
||||
|
||||
#if defined(USBCON)
|
||||
#ifdef CDC_ENABLED
|
||||
@ -172,4 +171,4 @@ size_t Serial_::write(uint8_t c)
|
||||
Serial_ Serial;
|
||||
|
||||
#endif
|
||||
#endif /* if defined(USBCON) */
|
||||
#endif /* if defined(USBCON) */
|
||||
|
@ -3,10 +3,6 @@
|
||||
#define __PLATFORM_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 short u16;
|
||||
|
Loading…
Reference in New Issue
Block a user