From 5df74b28e271b5d2ae7366927ebb4956e25fa24e Mon Sep 17 00:00:00 2001 From: Ashley Strahle Date: Wed, 24 Jun 2026 05:32:49 +0000 Subject: [PATCH] Add run_layout_test() declaration to header --- include/app_task.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/app_task.h b/include/app_task.h index 564c878..53e4eb8 100644 --- a/include/app_task.h +++ b/include/app_task.h @@ -30,4 +30,5 @@ private: bool last_switch_state[NUM_PADS]; void process_switch_event(uint8_t switch_id, bool pressed); + void run_layout_test(); };