virtual void begin(void) final is redunant and makes the linter unhappy

pull/389/head
Jesse Vincent 8 years ago
parent 17487f9c26
commit be19287112
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -26,7 +26,7 @@ class Heatmap : public LEDMode {
public:
Heatmap(void);
virtual void begin(void) final;
void begin(void) final;
static uint16_t updateDelay;

Loading…
Cancel
Save