From 6c506b02d66ac6ab46bde9767818bbca83654da6 Mon Sep 17 00:00:00 2001 From: Topo-png <67564355+Topo-png@users.noreply.github.com> Date: Sun, 15 Aug 2021 18:14:56 -0400 Subject: [PATCH] Update settings.h --- settings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.h b/settings.h index b0dd4ab2..45b60c51 100644 --- a/settings.h +++ b/settings.h @@ -215,11 +215,11 @@ extern SPI_HandleTypeDef SPI_Handle; // Needed to be declared in your main.cpp #error "This board is currently not supported" #endif -#endif /* SETTINGS_H */ - // See: https://github.com/sparkfun/Arduino_Apollo3/pull/421 #ifdef AM_PART_APOLLO3 #ifndef SPI_HAS_TRANSACTION #define SPI_HAS_TRANSACTION 1 #endif #endif + +#endif /* SETTINGS_H */