mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.
This commit is contained in:
@@ -53,7 +53,11 @@
|
||||
#define __TEMPERATURE_H__
|
||||
|
||||
/* Includes: */
|
||||
#include <avr/pgmspace.h>
|
||||
#if defined(__AVR32__)
|
||||
#include <stdint.h>
|
||||
#else
|
||||
#include <avr/pgmspace.h>
|
||||
#endif
|
||||
|
||||
#include "../../Common/Common.h"
|
||||
#include "../Peripheral/ADC.h"
|
||||
|
||||
Reference in New Issue
Block a user