Fixes HAL to build without all headers included in HAL.h (#418)

This commit is contained in:
Thad House
2016-12-21 21:55:31 -08:00
committed by Peter Johnson
parent a42ec08d16
commit a03e3d7eb9
28 changed files with 53 additions and 3 deletions

View File

@@ -6,10 +6,12 @@
/*----------------------------------------------------------------------------*/
#include "AnalogGyro.h"
#include "HAL/AnalogGyro.h"
#include <climits>
#include "AnalogInput.h"
#include "HAL/Errors.h"
#include "HAL/HAL.h"
#include "LiveWindow/LiveWindow.h"
#include "Timer.h"