mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
ControllerPower.cpp: Use quoted include instead of bracket for HAL. (#53)
This is consistent with all other source files.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user