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/bossa/Device.h')
-rw-r--r--src/bossa/Device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bossa/Device.h b/src/bossa/Device.h
index 06054576..914ed7d2 100644
--- a/src/bossa/Device.h
+++ b/src/bossa/Device.h
@@ -85,7 +85,7 @@ public:
BossaFlash *_ecv_from null getFlash() const noexcept { return _flash; }
- void reset() THROWS(GCodeException);
+ void reset() noexcept;
private:
Samba& _samba;