mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory.
Fix TemperatureDataLogger and Webserver project builds.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
www.fourwalledcubicle.com
|
||||
*/
|
||||
|
||||
#include "../TWI.h"
|
||||
#include "TWI.h"
|
||||
|
||||
bool TWI_StartTransmission(uint8_t SlaveAddress)
|
||||
{
|
||||
@@ -41,7 +41,7 @@
|
||||
*
|
||||
* \section Sec_Dependencies Module Source Dependencies
|
||||
* The following files must be built with any user project that uses this module:
|
||||
* - LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.c (for U4, U6 and U7 AVR models)
|
||||
* - LUFA/Drivers/Peripheral/TWI.c
|
||||
*
|
||||
* \section Module Description
|
||||
* Master Mode Hardware TWI driver. This module provides an easy to use driver for the hardware
|
||||
|
||||
Reference in New Issue
Block a user