mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Moves HAL cpp headers from root to HAL directory (#174)
Could not include the ctre and NetComm folders, as those would require changing ctre dependancies. Also removes a duplicated FRCComm header that was not needed.
This commit is contained in:
committed by
Peter Johnson
parent
20c6525b1d
commit
dffaa0abb9
@@ -9,7 +9,7 @@
|
||||
#include <string.h>
|
||||
#include "AnalogInput.h"
|
||||
#include "FRC_NetworkCommunication/FRCComm.h"
|
||||
#include "Log.h"
|
||||
#include "HAL/cpp/Log.h"
|
||||
#include "MotorSafetyHelper.h"
|
||||
#include "Timer.h"
|
||||
#include "Utility.h"
|
||||
|
||||
Reference in New Issue
Block a user