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

Commit

Permalink
Merge pull request #1031 from microsoft/preview
Browse files Browse the repository at this point in the history
Update SystemVersion.h 1.9.10
  • Loading branch information
zunhu authored Sep 19, 2019
2 parents 397cb48 + 268b338 commit 824392a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AZ3166/src/cores/arduino/system/SystemVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#define DEVKIT_MAJOR_VERSION 1
#define DEVKIT_MINOR_VERSION 9
#define DEVKIT_PATCH_VERSION 9
#define DEVKIT_PATCH_VERSION 10
#define DEVKIT_SDK_VERSION (DEVKIT_MAJOR_VERSION * 10000 + DEVKIT_MINOR_VERSION * 100 + DEVKIT_PATCH_VERSION)

#ifdef __cplusplus
Expand All @@ -30,4 +30,4 @@ uint32_t getPatchVersion();
}
#endif

#endif
#endif

0 comments on commit 824392a

Please sign in to comment.