fix compilation error in HADevice.h

This commit is contained in:
Dawid Chyrzynski
2020-12-06 21:56:12 +01:00
parent e766801362
commit fcb5f4d089
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef HADEVICE_H
#define HADEVICE_H
#include <stdint.h>
#include <Arduino.h>
class HADevice
{