From 02c12bfedcf669df81491ea49502a982e980bcda Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 27 Feb 2026 11:42:13 +0530 Subject: Refactor button --- src/button.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/button.h') 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 -- cgit v1.3.1