This commit is contained in:
Lubos Petrovic
2020-12-20 15:52:38 +01:00
parent e8b0b10be0
commit 33d021dd77
12 changed files with 12 additions and 49 deletions

View File

@@ -1,5 +1,4 @@
#ifndef BOARDM5STACKCORE_H
#define BOARDM5STACKCORE_H
#pragma once
// Setup for m5stack core
#define USER_SETUP_LOADED 1
@@ -42,5 +41,3 @@ class BoardM5stackCore : public Board320_240 {
void initBoard() override;
void mainLoop() override;
};
#endif // BOARDM5STACKCORE_H