From e5542f211deb9c50df97240f3e608abf60645615 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Thu, 15 Feb 2024 19:26:42 +0100 Subject: [PATCH] Remove SPI assignment from TRANSTECF405HD (#327) --- configs/TRANSTECF405HD/config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/TRANSTECF405HD/config.h b/configs/TRANSTECF405HD/config.h index f9344378..c7c6a7ff 100644 --- a/configs/TRANSTECF405HD/config.h +++ b/configs/TRANSTECF405HD/config.h @@ -81,4 +81,3 @@ //TODO #define OSD_CURRENT_POS 2486 #define SYSTEM_HSE_MHZ 8 #define GYRO_1_SPI_INSTANCE SPI1 -#define MAX7456_SPI_INSTANCE SPI0