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/Comms
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/Comms
parent31f4955afb95dbe35eda20c590eb3bf8d251866d (diff)
Static analysis fixes
Diffstat (limited to 'src/Comms')
-rw-r--r--src/Comms/PanelDueUpdater.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Comms/PanelDueUpdater.h b/src/Comms/PanelDueUpdater.h
index cf0634c6..81627b8a 100644
--- a/src/Comms/PanelDueUpdater.h
+++ b/src/Comms/PanelDueUpdater.h
@@ -54,9 +54,9 @@ private:
uint8_t serialChannel;
size_t currentBaudRate;
Samba* samba;
- SerialPort* serialPort;
+ SerialPort *_ecv_from serialPort;
Device* device;
- FlasherObserver* flasherObserver;
+ FlasherObserver *_ecv_from flasherObserver;
Flasher* flasher;
AsyncSerial::InterruptCallbackFn currentInterruptCallbackFn;
uint32_t offset;