From 268b33861e55823b2243190a7ddf0b9b579744f1 Mon Sep 17 00:00:00 2001 From: zunhu <40815873+zunhu@users.noreply.github.com> Date: Thu, 19 Sep 2019 10:53:37 +0800 Subject: [PATCH] Update SystemVersion.h 1.9.10 --- AZ3166/src/cores/arduino/system/SystemVersion.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AZ3166/src/cores/arduino/system/SystemVersion.h b/AZ3166/src/cores/arduino/system/SystemVersion.h index cee901b6c..33a27d9a8 100644 --- a/AZ3166/src/cores/arduino/system/SystemVersion.h +++ b/AZ3166/src/cores/arduino/system/SystemVersion.h @@ -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 @@ -30,4 +30,4 @@ uint32_t getPatchVersion(); } #endif -#endif \ No newline at end of file +#endif