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
path: root/src/bossa
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2021-11-04 02:50:09 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-11-04 02:50:09 +0300
commit2ec23cf3b7c3f0ba4422bbd07b5589fddfcfd934 (patch)
tree8a1ec994712070644c4933effc300ff5f0c3501f /src/bossa
parent31f4955afb95dbe35eda20c590eb3bf8d251866d (diff)
Static analysis fixes
Diffstat (limited to 'src/bossa')
-rw-r--r--src/bossa/Flasher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bossa/Flasher.h b/src/bossa/Flasher.h
index a6ab16e8..8a7955aa 100644
--- a/src/bossa/Flasher.h
+++ b/src/bossa/Flasher.h
@@ -64,7 +64,7 @@ public:
private:
Samba& _samba;
- BossaFlash* _flash;
+ BossaFlash *_ecv_from _flash;
FlasherObserver& _observer;
uint32_t pageNum;