Skip to content

Commit 47c1046

Browse files
mark9064JF002
authored andcommitted
Move includes back
1 parent 7b11101 commit 47c1046

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/drivers/St7789.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#include "drivers/St7789.h"
2+
#include <hal/nrf_gpio.h>
3+
#include <nrfx_log.h>
4+
#include "drivers/Spi.h"
25

36
using namespace Pinetime::Drivers;
47

src/drivers/St7789.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
#include <cstdint>
44
#include <functional>
55

6-
#include <hal/nrf_gpio.h>
7-
#include <nrfx_log.h>
8-
#include "drivers/Spi.h"
6+
#include <FreeRTOS.h>
97

108
namespace Pinetime {
119
namespace Drivers {

0 commit comments

Comments
 (0)