Fixed trivial include error introduced in previous commit 2e3e539b... oops...
This commit is contained in:
parent
b595e9f0d1
commit
2a3bd8c978
|
@ -16,7 +16,6 @@
|
|||
** SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "Platform.h"
|
||||
#include "USBAPI.h"
|
||||
#include <avr/wdt.h>
|
||||
|
||||
|
|
|
@ -16,9 +16,7 @@
|
|||
** SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "Platform.h"
|
||||
#include "USBAPI.h"
|
||||
#include "USBDesc.h"
|
||||
|
||||
#if defined(USBCON)
|
||||
#ifdef HID_ENABLED
|
||||
|
|
|
@ -16,9 +16,7 @@
|
|||
** SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "Platform.h"
|
||||
#include "USBAPI.h"
|
||||
#include "USBDesc.h"
|
||||
|
||||
#if defined(USBCON)
|
||||
|
||||
|
|
Loading…
Reference in New Issue