Skip to content

Commit ed9bf7a

Browse files
committed
fix ci
1 parent 0eead42 commit ed9bf7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boards/boards.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
#include "boards.h"
2626
#include "nrf_pwm.h"
27-
#include "nrf_spim.h"
2827
#include "app_scheduler.h"
2928
#include "app_timer.h"
3029

@@ -180,6 +179,7 @@ void board_teardown(void) {
180179
// Display
181180
//--------------------------------------------------------------------+
182181
#ifdef DISPLAY_PIN_SCK
182+
#include "nrf_spim.h"
183183

184184
#define TFT_MADCTL_MY 0x80 ///< Page addr order: Bottom to top
185185
#define TFT_MADCTL_MX 0x40 ///< Column addr order: Right to left

0 commit comments

Comments
 (0)