Change name

This commit is contained in:
Dmitry Borisenko
2020-07-30 21:39:50 +02:00
parent 6831c49a13
commit b0fe94ddd4
2 changed files with 1 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
class Button : public Item {
public:
Button() : Item()
Button() : Item() {};
void pinModeSet(int pinf) {
if (pin != "") {