Deduplicated FRC network communication headers (#71)

The network communication headers were moved to the include directory of the HAL and their copies were removed from wpilibc. Also, symModuleLink.h was removed because the function which it prototypes hasn't been used in WPILib since the roboRIO switch.
This commit is contained in:
Tyler Veness
2016-05-26 20:20:58 -07:00
committed by Peter Johnson
parent fa8bb3fa91
commit 9f2f301fa4
15 changed files with 4 additions and 420 deletions

View File

@@ -7,9 +7,9 @@
#include "SensorBase.h"
#include "FRC_NetworkCommunication/LoadOut.h"
#include "HAL/HAL.h"
#include "HAL/Port.h"
#include "NetworkCommunication/LoadOut.h"
#include "WPIErrors.h"
const uint32_t SensorBase::kDigitalChannels;