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-10-23 13:01:34 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-10-23 13:01:34 +0300
commit08d9ba475d99303080267a2eaf2fbaf18eab0b52 (patch)
treea845adec0bd91d102730fe5e5b368d8cd33b10c2 /src/Version.h
parent4325f07c354f84b315557cae759a1dc9d17aa0ba (diff)
Use new syscalls.h in CoreNG/CoreN2G
Allocate Linux task dynamically at startup to save memory in non-SBC configurations Show amount of IAP memory available in diagnostics
Diffstat (limited to 'src/Version.h')
-rw-r--r--src/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.h b/src/Version.h
index 6ecd9cd0..152fbdbe 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -19,7 +19,7 @@
#endif
#ifndef DATE
-# define DATE "2020-10-22b1"
+# define DATE "2020-10-23b1"
#endif
#define AUTHORS "reprappro, dc42, chrishamm, t3p3, dnewman, printm3d"