removed this->

This commit is contained in:
Lubos Petrovic
2020-12-03 11:24:58 +01:00
parent 56198a6fd0
commit e2100ad6bf
11 changed files with 1631 additions and 1598 deletions

View File

@@ -34,11 +34,11 @@
#include "Board320_240.h"
class BoardM5stackCore : public Board320_240 {
private:
private:
public:
void initBoard() override;
void mainLoop() override;
};
#endif // BOARDM5STACKCORE_H