Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Heating/Sensors/LinearAnalogSensor.cpp')
-rw-r--r--src/Heating/Sensors/LinearAnalogSensor.cpp15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/Heating/Sensors/LinearAnalogSensor.cpp b/src/Heating/Sensors/LinearAnalogSensor.cpp
index 1a9ffda1..b1a40623 100644
--- a/src/Heating/Sensors/LinearAnalogSensor.cpp
+++ b/src/Heating/Sensors/LinearAnalogSensor.cpp
@@ -6,19 +6,18 @@
*/
#include "LinearAnalogSensor.h"
-#include "GCodes/GCodeBuffer/GCodeBuffer.h"
-#include "Pins.h"
-#include "RepRap.h"
-#include "Platform.h"
+#include <GCodes/GCodeBuffer/GCodeBuffer.h>
+#include <Pins.h>
+#include <Platform/RepRap.h>
+#include <Platform/Platform.h>
#include <AnalogIn.h>
-using
+
#if SAME5x
- AnalogIn
+using AnalogIn::AdcBits;
#else
- LegacyAnalogIn
+using LegacyAnalogIn::AdcBits;
#endif
- ::AdcBits;
// ADC resolution
// For the theory behind ADC oversampling, see http://www.atmel.com/Images/doc8003.pdf