Skip to content

Commit 84463b5

Browse files
committed
Update version.h
Fix bug in version.h
1 parent 8f5147b commit 84463b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/version.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
#pragma once
2+
13
namespace TeensyStep
24
{
3-
4-
constexpr const char *version = "V2.1";
5-
constexpr const char *branch = "devTimer";
6-
5+
constexpr const char* version = "V2.1";
6+
constexpr const char* branch = "devTimer";
77
} // namespace TeensyStep

0 commit comments

Comments
 (0)