Make sure the peripheral driver .c files include the driver dispatch header, rather than the architecture specific header files.

This commit is contained in:
Dean Camera 2011-02-20 18:23:09 +00:00
parent b6a3c78fa3
commit 3a00e41639
5 changed files with 6 additions and 6 deletions

View file

@ -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)