Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Jan 5, 2024
1 parent 0eead42 commit ed9bf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boards/boards.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

#include "boards.h"
#include "nrf_pwm.h"
#include "nrf_spim.h"
#include "app_scheduler.h"
#include "app_timer.h"

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ed9bf7a

Please sign in to comment.