aboutsummaryrefslogtreecommitdiff
path: root/teensy
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-09 14:29:20 -0400
committeriamcheeseman <[email protected]>2026-05-09 14:29:52 -0400
commit9c7ef3d7001d68816c50d514790a78965d65c5aa (patch)
tree9794194d89875add2458834ddd545ba18b10d092 /teensy
parentcaaef289f3f6ef71faec768943b4bf54e4ae610c (diff)
fixup! add ty_sleep
Diffstat (limited to 'teensy')
-rw-r--r--teensy/teensy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/teensy/teensy.h b/teensy/teensy.h
index fe3b973..372fc52 100644
--- a/teensy/teensy.h
+++ b/teensy/teensy.h
@@ -106,4 +106,6 @@ void ty_draw_line(
);
void ty_draw_end(void);
+void ty_sleep(uint64_t ms);
+
#endif // TEENSY_H_