forked from mirror/qmk_firmware
Make sure the peripheral driver .c files include the driver dispatch header, rather than the architecture specific header files.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
*/
|
||||
|
||||
#define __INCLUDE_FROM_SERIAL_C
|
||||
#include "Serial.h"
|
||||
#include "../Serial.h"
|
||||
|
||||
FILE USARTSerialStream;
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#define __INCLUDE_FROM_TWI_C
|
||||
#include "TWI.h"
|
||||
#include "../TWI.h"
|
||||
|
||||
uint8_t TWI_StartTransmission(const uint8_t SlaveAddress,
|
||||
const uint8_t TimeoutMS)
|
||||
|
||||
Reference in New Issue
Block a user