diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-08-31 15:24:50 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-08-31 15:24:50 +0200 |
commit | ae3acc651a459500bc11ba938607875c6ae21f3a (patch) | |
tree | 3a1d74bad3a4f7ebc3b5bb8bf6a021b0c642b092 /src/app/sharp96test | |
parent | b85efb34524451b47146badfc2fd25bef8d90926 (diff) |
msp430fr: rename spi_b to spi to be consistent with other architectures
Diffstat (limited to 'src/app/sharp96test')
-rw-r--r-- | src/app/sharp96test/Makefile.inc | 2 | ||||
-rw-r--r-- | src/app/sharp96test/main.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/app/sharp96test/Makefile.inc b/src/app/sharp96test/Makefile.inc index 37bb857..a63136a 100644 --- a/src/app/sharp96test/Makefile.inc +++ b/src/app/sharp96test/Makefile.inc @@ -1,5 +1,5 @@ ifdef app override loop = 1 - override arch_drivers += spi_b + override arch_drivers += spi override drivers += sharp96 endif diff --git a/src/app/sharp96test/main.cc b/src/app/sharp96test/main.cc index bbf9258..38a8a3d 100644 --- a/src/app/sharp96test/main.cc +++ b/src/app/sharp96test/main.cc @@ -1,7 +1,7 @@ #include "arch.h" #include "driver/gpio.h" #include "driver/stdout.h" -#include "driver/spi_b.h" +#include "driver/spi.h" #include "driver/sharp96.h" unsigned char const lynx[12 * 96] = { |