From e3325b395cf7715c7886c351f2bd907a0b22c8ee Mon Sep 17 00:00:00 2001 From: nfbot Date: Thu, 8 Nov 2018 09:35:12 +0000 Subject: [PATCH] Update Windows.Devices.I2c version to 1.0.2-preview-004 [version update] --- .../ChibiOS/nanoCLR/Windows.Devices.I2c/win_dev_i2c_native.cpp | 2 +- .../nanoCLR/Windows.Devices.I2c/win_dev_i2c_native.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/CMSIS-OS/ChibiOS/nanoCLR/Windows.Devices.I2c/win_dev_i2c_native.cpp b/targets/CMSIS-OS/ChibiOS/nanoCLR/Windows.Devices.I2c/win_dev_i2c_native.cpp index d1d24181f1..b5702f058a 100644 --- a/targets/CMSIS-OS/ChibiOS/nanoCLR/Windows.Devices.I2c/win_dev_i2c_native.cpp +++ b/targets/CMSIS-OS/ChibiOS/nanoCLR/Windows.Devices.I2c/win_dev_i2c_native.cpp @@ -54,5 +54,5 @@ const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_Windows_Devices_I2c = "Windows.Devices.I2c", 0xA170B1E0, method_lookup, - { 1, 0, 0, 0 } + { 1, 0, 2, 4 } }; diff --git a/targets/FreeRTOS/ESP32_DevKitC/nanoCLR/Windows.Devices.I2c/win_dev_i2c_native.cpp b/targets/FreeRTOS/ESP32_DevKitC/nanoCLR/Windows.Devices.I2c/win_dev_i2c_native.cpp index f3f92ff271..5a2ddb6eae 100644 --- a/targets/FreeRTOS/ESP32_DevKitC/nanoCLR/Windows.Devices.I2c/win_dev_i2c_native.cpp +++ b/targets/FreeRTOS/ESP32_DevKitC/nanoCLR/Windows.Devices.I2c/win_dev_i2c_native.cpp @@ -54,5 +54,5 @@ const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_Windows_Devices_I2c = "Windows.Devices.I2c", 0xA170B1E0, method_lookup, - { 1, 0, 0, 0 } + { 1, 0, 2, 4 } };