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/Platform/Tasks.h')
-rw-r--r--src/Platform/Tasks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/Tasks.h b/src/Platform/Tasks.h
index 8d9c3ae4..d3bc0c2d 100644
--- a/src/Platform/Tasks.h
+++ b/src/Platform/Tasks.h
@@ -20,7 +20,7 @@ namespace Tasks
void *AllocPermanent(size_t sz, std::align_val_t align = (std::align_val_t)__STDCPP_DEFAULT_NEW_ALIGNMENT__) noexcept;
const char* GetHeapTop() noexcept;
Mutex *GetI2CMutex() noexcept;
- void *GetNVMBuffer(const uint32_t *stk) noexcept;
+ void *GetNVMBuffer(const uint32_t *_ecv_array null stk) noexcept;
}
#if SUPPORT_CAN_EXPANSION