Add some missing prototypes to the class definition

pull/365/head
Jesse Vincent 8 years ago
parent 6b0623d3f2
commit 23aba78402

@ -12,7 +12,9 @@ class TestMode_ : public KaleidoscopePlugin {
static void run_tests();
static void test_leds();
static void test_matrix();
static void wait_for_keypress();
static void loopHook(bool postClear);
static void set_leds(uint8_t r, uint8_t g, uint8_t b);
};
extern TestMode_ TestMode;

Loading…
Cancel
Save