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>2020-01-10 23:38:29 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-01-10 23:38:29 +0300
commit5ff678917d3eee259687d5ef235c107126330898 (patch)
treedcac02636a9a751ac06c2a98cad33a12f483b262 /src/DuetNG
parent15d4d43dddd88fcff2591e38dc4bf29c1dfe8abf (diff)
Suspend Network task while waiting for WiFi SPI transfer to complete
Diffstat (limited to 'src/DuetNG')
-rw-r--r--src/DuetNG/DueXn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DuetNG/DueXn.cpp b/src/DuetNG/DueXn.cpp
index f568691a..4f23199f 100644
--- a/src/DuetNG/DueXn.cpp
+++ b/src/DuetNG/DueXn.cpp
@@ -88,7 +88,7 @@ namespace DuetExpansion
{
taskWaiting = true;
cpu_irq_enable();
- TaskBase::Take();
+ (void)TaskBase::Take();
}
else
{