Corrected header guards

This commit is contained in:
anschrammh 2019-12-21 14:58:55 +01:00
parent 88b8b757b2
commit c235f7936e

View File

@ -1,5 +1,5 @@
#ifndef POWERMANAGER
#define POWERMANAGER
#ifndef POWERMANAGER_H
#define POWERMANAGER_H
#include "Arduino.h"
#include "definition.h"