Rename architecture specific driver files, to make them appear with uniquely identifying filenames in the documentation.
This commit is contained in:
parent
cad5e9ffca
commit
b6a3c78fa3
46 changed files with 66 additions and 66 deletions
|
@ -67,7 +67,7 @@
|
|||
|
||||
/* Includes: */
|
||||
#if (ARCH == ARCH_AVR8)
|
||||
#include "AVR8/SPI.h"
|
||||
#include "AVR8/SPI_AVR8.h"
|
||||
#else
|
||||
#error The SPI peripheral driver is not currently available for your selected architecture.
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue