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:
authorDavid Crocker <dcrocker@eschertech.com>2021-11-09 00:40:30 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-11-09 00:40:30 +0300
commit27840753979b35ceaf86570cc8a1e4eb614d1bc6 (patch)
tree6697ac3660e9b209fa554e02286eb8de2de61783 /src/bossa/Device.h
parentef70ae2a82e78a0662c22bf29e2d1f9a03f35703 (diff)
Fixes for static analysis
Diffstat (limited to 'src/bossa/Device.h')
-rw-r--r--src/bossa/Device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bossa/Device.h b/src/bossa/Device.h
index 0dfc352a..06054576 100644
--- a/src/bossa/Device.h
+++ b/src/bossa/Device.h
@@ -81,9 +81,9 @@ public:
void create() THROWS(GCodeException);
- Family getFamily() noexcept { return _family; }
+ Family getFamily() const noexcept { return _family; }
- BossaFlash *_ecv_from null getFlash() noexcept { return _flash; }
+ BossaFlash *_ecv_from null getFlash() const noexcept { return _flash; }
void reset() THROWS(GCodeException);