aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/St7789.h
diff options
context:
space:
mode:
authormark9064 <30447455+mark9064@users.noreply.github.com>2024-03-25 23:05:01 +0000
committerJF <JF002@users.noreply.github.com>2024-05-01 16:17:59 +0200
commit47c104643db6818fd92a1afb9a4ca3d64e95facd (patch)
tree877eca90c5234f75381d21ec019aadc04b3f951f /src/drivers/St7789.h
parent7b1110187e92c739f85fbfdcf80f4547f1283a33 (diff)
Move includes back
Diffstat (limited to 'src/drivers/St7789.h')
-rw-r--r--src/drivers/St7789.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/drivers/St7789.h b/src/drivers/St7789.h
index fcb6f944..45d4b56d 100644
--- a/src/drivers/St7789.h
+++ b/src/drivers/St7789.h
@@ -3,9 +3,7 @@
#include <cstdint>
#include <functional>
-#include <hal/nrf_gpio.h>
-#include <nrfx_log.h>
-#include "drivers/Spi.h"
+#include <FreeRTOS.h>
namespace Pinetime {
namespace Drivers {