diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-02-27 11:42:13 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-02-27 11:42:13 +0530 |
| commit | 02c12bfedcf669df81491ea49502a982e980bcda (patch) | |
| tree | 109a6a0564a79d455b6ada92ff97c7c25f36c6b0 /src/button.h | |
| parent | 124c45a43829b58558b35a75c2369c1bf1ba86ef (diff) | |
| download | daft-watch-02c12bfedcf669df81491ea49502a982e980bcda.tar.gz daft-watch-02c12bfedcf669df81491ea49502a982e980bcda.zip | |
Refactor button
Diffstat (limited to '')
| -rw-r--r-- | src/button.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/button.h b/src/button.h index bb41eb6..8aa7442 100644 --- a/src/button.h +++ b/src/button.h @@ -16,5 +16,4 @@ enum ButtonState { uint16_t extern button_tick_count; void button_tick(); -enum ButtonState check_button_state(); #endif |
