ControllerPower.cpp: Use quoted include instead of bracket for HAL. (#53)

This is consistent with all other source files.
This commit is contained in:
Peter Johnson
2016-05-24 20:59:33 -07:00
parent e3eae023da
commit 3af8e7e9fd

View File

@@ -8,9 +8,9 @@
#include "ControllerPower.h"
#include <stdint.h>
#include <HAL/HAL.h>
#include <HAL/Power.h>
#include "ErrorBase.h"
#include "HAL/HAL.h"
#include "HAL/Power.h"
/**
* Get the input voltage to the robot controller.