From c235f7936e806c747243663ea89ce38ddcf2d1df Mon Sep 17 00:00:00 2001 From: anschrammh Date: Sat, 21 Dec 2019 14:58:55 +0100 Subject: [PATCH] Corrected header guards --- src/app/PowerManager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/PowerManager.h b/src/app/PowerManager.h index f90920b..3ec5e23 100644 --- a/src/app/PowerManager.h +++ b/src/app/PowerManager.h @@ -1,5 +1,5 @@ -#ifndef POWERMANAGER -#define POWERMANAGER +#ifndef POWERMANAGER_H +#define POWERMANAGER_H #include "Arduino.h" #include "definition.h"