Make sure the peripheral driver .c files include the driver dispatch header, rather than the architecture specific header files.
This commit is contained in:
parent
b6a3c78fa3
commit
3a00e41639
5 changed files with 6 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue