Replace types.h with millis_t.h

This commit is contained in:
Scott Lahteine
2018-10-20 16:10:50 -05:00
parent eeef4e630a
commit b641571098
9 changed files with 37 additions and 39 deletions

View File

@@ -19,15 +19,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
#pragma once
/**
* power.h - power control
*/
#ifndef POWER_H
#define POWER_H
#include "../core/types.h"
#include "../core/millis_t.h"
class Power {
public:
@@ -40,5 +38,3 @@ class Power {
};
extern Power powerManager;
#endif // POWER_H