We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175f737 commit 04614b8Copy full SHA for 04614b8
Changelog.txt
@@ -1,4 +1,7 @@
1
-Version 6.2.0
+Version 6.1.7
2
+- Added `DEBUG_DISABLE` constant to disable DEBUG() in Spin2 objects
3
+- Added %b flag for binary output in printf
4
+- Added ubin support for printf debug
5
- Made `virtual` a reserved keyword in C++
6
- Reduced memory usage of default printf
7
version.h
@@ -5,8 +5,8 @@
#define str_(x) str__(x)
#define VERSION_MAJOR 6
8
-#define VERSION_MINOR 2
9
-#define VERSION_REV 0
+#define VERSION_MINOR 1
+#define VERSION_REV 7
10
#define BETA "-beta"
11
12
#define VERSIONSTR version_string
0 commit comments