mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
#endif
|
||||
|
||||
/* Includes: */
|
||||
#include "../AT90USBXXX/SPI.h"
|
||||
#include "../Peripheral/SPI.h"
|
||||
#include "../../Common/Common.h"
|
||||
|
||||
/* Enable C linkage for C++ Compilers: */
|
||||
|
||||
@@ -52,8 +52,8 @@
|
||||
/* Includes: */
|
||||
#include <avr/pgmspace.h>
|
||||
|
||||
#include "../AT90USBXXX/ADC.h"
|
||||
#include "../../Common/Common.h"
|
||||
#include "../Peripheral/ADC.h"
|
||||
|
||||
#if !defined(BOARD)
|
||||
#error #error BOARD must be set in makefile to a value specified in BoardTypes.h.
|
||||
|
||||
Reference in New Issue
Block a user