Add run_layout_test() declaration to header

This commit is contained in:
2026-06-24 05:32:49 +00:00
parent 26c86be7ea
commit 5df74b28e2
+1
View File
@@ -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();
};