We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5147b commit 84463b5Copy full SHA for 84463b5
src/version.h
@@ -1,7 +1,7 @@
1
+#pragma once
2
+
3
namespace TeensyStep
4
{
-
-constexpr const char *version = "V2.1";
5
-constexpr const char *branch = "devTimer";
6
+ constexpr const char* version = "V2.1";
+ constexpr const char* branch = "devTimer";
7
} // namespace TeensyStep
0 commit comments