summaryrefslogtreecommitdiff
path: root/src/drivers/SpiMaster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/SpiMaster.h')
-rw-r--r--src/drivers/SpiMaster.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/SpiMaster.h b/src/drivers/SpiMaster.h
index 10cab12c..9f2208e0 100644
--- a/src/drivers/SpiMaster.h
+++ b/src/drivers/SpiMaster.h
@@ -21,7 +21,6 @@ namespace Pinetime {
uint8_t pinCSN;
};
bool Init(const SpiModule spi, const Parameters& params);
-
bool Write(const uint8_t* data, size_t size);
private: