From ae3acc651a459500bc11ba938607875c6ae21f3a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 31 Aug 2020 15:24:50 +0200 Subject: msp430fr: rename spi_b to spi to be consistent with other architectures --- src/app/sharp96test/Makefile.inc | 2 +- src/app/sharp96test/main.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app/sharp96test') 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] = { -- cgit v1.2.3