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:
authorManuel Coenen <manuel@duet3d.com>2021-01-20 12:24:01 +0300
committerManuel Coenen <manuel@duet3d.com>2021-01-20 12:24:01 +0300
commitf415976c32b69480c5dac4279247e37875176491 (patch)
treeaeacfb8a900fd83bfefa85c629b26e61649f4bbe /src/Hardware/SAME70/Devices.h
parentfcd8410fb6379597f4ee0bf5a599d93161eea245 (diff)
Partway through cleaning up #if SAME5x crazyness
Diffstat (limited to 'src/Hardware/SAME70/Devices.h')
-rw-r--r--src/Hardware/SAME70/Devices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Hardware/SAME70/Devices.h b/src/Hardware/SAME70/Devices.h
index eca9dd54..4a924d9b 100644
--- a/src/Hardware/SAME70/Devices.h
+++ b/src/Hardware/SAME70/Devices.h
@@ -21,5 +21,6 @@ extern USARTClass Serial1;
extern SerialCDC SerialUSB;
void DeviceInit() noexcept;
+void StopAnalogTask() noexcept;
#endif /* SRC_HARDWARE_SAME70_DEVICES_H_ */