Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
[+] v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vnk authored and vnk committed May 12, 2020
1 parent e94173b commit 0e0889b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion driver/version
@@ -1 +1 @@
0.0.11
0.0.12
2 changes: 1 addition & 1 deletion firmware/src/main.cpp
Expand Up @@ -63,7 +63,7 @@ int sys_clock_init(void);

int main(void)
{
auto pVersion=std::make_shared<CSemVer>(0,0,11);
auto pVersion=std::make_shared<CSemVer>(0,0,12);

CSamNVMCTRL::Instance(); //check/setup SmartEEPROM before clock init

Expand Down

0 comments on commit 0e0889b

Please sign in to comment.