From ed9bf7a8dd2590face6cc173e2239709b6804805 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 5 Jan 2024 17:25:53 +0700 Subject: [PATCH] fix ci --- src/boards/boards.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boards/boards.c b/src/boards/boards.c index 563ed6f1..b9ed2c0a 100644 --- a/src/boards/boards.c +++ b/src/boards/boards.c @@ -24,7 +24,6 @@ #include "boards.h" #include "nrf_pwm.h" -#include "nrf_spim.h" #include "app_scheduler.h" #include "app_timer.h" @@ -180,6 +179,7 @@ void board_teardown(void) { // Display //--------------------------------------------------------------------+ #ifdef DISPLAY_PIN_SCK +#include "nrf_spim.h" #define TFT_MADCTL_MY 0x80 ///< Page addr order: Bottom to top #define TFT_MADCTL_MX 0x40 ///< Column addr order: Right to left