aboutsummaryrefslogtreecommitdiff
path: root/laser-tag software/epaper.h
diff options
context:
space:
mode:
Diffstat (limited to 'laser-tag software/epaper.h')
-rw-r--r--laser-tag software/epaper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/laser-tag software/epaper.h b/laser-tag software/epaper.h
index cd4f4fb..e72a74d 100644
--- a/laser-tag software/epaper.h
+++ b/laser-tag software/epaper.h
@@ -5,6 +5,6 @@
void EPD_Init();
int EPD_Draw(const uint8_t *old_image, const uint8_t *new_image);
-void EPD_Deinit();
+void EPD_Tick();
#endif