diff options
author | Karel Kočí <cynerd@email.cz> | 2015-03-22 14:26:37 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-03-22 14:26:37 +0100 |
commit | 710c457afeb7b8132000071468b147ab8c3f8612 (patch) | |
tree | 63b77aaa64dc9956ef8728fef6783da865d5cc36 /src/spi_usi.c | |
parent | 996eb9e0fc20de09af8e9a4f3427f08e72bcdb1d (diff) | |
download | avr-ioe-710c457afeb7b8132000071468b147ab8c3f8612.tar.gz avr-ioe-710c457afeb7b8132000071468b147ab8c3f8612.tar.bz2 avr-ioe-710c457afeb7b8132000071468b147ab8c3f8612.zip |
Moving mcu grouping to separate header
mcu.h is from now for mcu groups defines.
mcu_def now doing same as mcu.h previous.
Diffstat (limited to 'src/spi_usi.c')
-rw-r--r-- | src/spi_usi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spi_usi.c b/src/spi_usi.c index 7bdb5c2..8baa8e2 100644 --- a/src/spi_usi.c +++ b/src/spi_usi.c @@ -1,5 +1,5 @@ #include "../spi_usi.h" -#include "../mcu/mcu.h" +#include "../mcu/mcu_def.h" #ifdef IOE_SPI_USI_MASTER |