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/Linux/DataTransfer.h')
-rw-r--r--src/Linux/DataTransfer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Linux/DataTransfer.h b/src/Linux/DataTransfer.h
index cf1d47d6..c7f9fa2d 100644
--- a/src/Linux/DataTransfer.h
+++ b/src/Linux/DataTransfer.h
@@ -30,7 +30,7 @@ class DataTransfer
public:
DataTransfer() noexcept;
void Init() noexcept;
- void SetSBCTask(TaskHandle handle) noexcept;
+ void InitFromTask() noexcept;
void Diagnostics(MessageType mtype) noexcept;
bool IsConnected() const noexcept; // Check if the connection to DCS is live