mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-04 23:12:57 +00:00
Start porting the USB core to the AVR32 UC3B.
This commit is contained in:
@@ -42,8 +42,14 @@
|
||||
#define __USBOTG_H__
|
||||
|
||||
/* Includes: */
|
||||
#include <avr/io.h>
|
||||
#include <stdbool.h>
|
||||
#if defined(__AVR32__)
|
||||
#include <avr32/io.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#elif defined(__AVR__)
|
||||
#include <avr/io.h>
|
||||
#include <stdbool.h>
|
||||
#endif
|
||||
|
||||
#include "../../../Common/Common.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user