Add run_palette_test() declaration to header

This commit is contained in:
2026-06-24 06:32:57 +00:00
parent 6aa3579317
commit 4f6ff39af4
+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_palette_test();
};