summaryrefslogtreecommitdiff
path: root/src/drivers/st7789.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/st7789.cpp')
-rw-r--r--src/drivers/st7789.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/st7789.cpp b/src/drivers/st7789.cpp
index a4d06266..e88f110a 100644
--- a/src/drivers/st7789.cpp
+++ b/src/drivers/st7789.cpp
@@ -8,7 +8,7 @@ using namespace Pinetime::Drivers;
ret_code_t st7789::Init() {
InitHw();
InitCommands();
-
+ return 0;
}
ret_code_t st7789::InitHw() const {