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

Commit 0c85307

Browse files
committed
1.9.9
1 parent 2d4abad commit 0c85307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AZ3166/src/cores/arduino/system/SystemVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#define DEVKIT_MAJOR_VERSION 1
99
#define DEVKIT_MINOR_VERSION 9
10-
#define DEVKIT_PATCH_VERSION 8
10+
#define DEVKIT_PATCH_VERSION 9
1111
#define DEVKIT_SDK_VERSION (DEVKIT_MAJOR_VERSION * 10000 + DEVKIT_MINOR_VERSION * 100 + DEVKIT_PATCH_VERSION)
1212

1313
#ifdef __cplusplus

0 commit comments

Comments
 (0)