rename ifdefs

This commit is contained in:
Dawid Chyrzynski
2020-12-20 11:33:57 +01:00
parent fcb5f4d089
commit 2c8749ae33
10 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef ARDUINOHA_H
#define ARDUINOHA_H
#ifndef AHA_ARDUINOHA_H
#define AHA_ARDUINOHA_H
#include "HADevice.h"
#include "HAMqtt.h"
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef HADEVICE_H
#define HADEVICE_H
#ifndef AHA_HADEVICE_H
#define AHA_HADEVICE_H
#include <Arduino.h>
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef HAMQTT_H
#define HAMQTT_H
#ifndef AHA_HAMQTT_H
#define AHA_HAMQTT_H
#include <Arduino.h>
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef HAUTILS_H
#define HAUTILS_H
#ifndef AHA_HAUTILS_H
#define AHA_HAUTILS_H
#include <Arduino.h>
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef BASEDEVICETYPE_H
#define BASEDEVICETYPE_H
#ifndef AHA_BASEDEVICETYPE_H
#define AHA_BASEDEVICETYPE_H
#include <stdint.h>
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef HABINARYSENSOR_H
#define HABINARYSENSOR_H
#ifndef AHA_HABINARYSENSOR_H
#define AHA_HABINARYSENSOR_H
#include "BaseDeviceType.h"
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef HASENSOR_H
#define HASENSOR_H
#ifndef AHA_HASENSOR_H
#define AHA_HASENSOR_H
#include "BaseDeviceType.h"
#include "../HAUtils.h"
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef HASWITCH_H
#define HASWITCH_H
#ifndef AHA_HASWITCH_H
#define AHA_HASWITCH_H
#include "BaseDeviceType.h"
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef HATAGSCANNER_H
#define HATAGSCANNER_H
#ifndef AHA_HATAGSCANNER_H
#define AHA_HATAGSCANNER_H
#include "BaseDeviceType.h"
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef HATRIGGERS_H
#define HATRIGGERS_H
#ifndef AHA_HATRIGGERS_H
#define AHA_HATRIGGERS_H
#include "BaseDeviceType.h"