From c30b77e7c6abdd6beda6bb024bf134436156951a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Wed, 24 Oct 2018 09:29:21 +0100 Subject: [PATCH] Add Hardware.Stm32 to dependencies to update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: José Simões --- update-dependencies.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update-dependencies.ps1 b/update-dependencies.ps1 index 4fedfbea..618aeb1c 100644 --- a/update-dependencies.ps1 +++ b/update-dependencies.ps1 @@ -22,7 +22,8 @@ else "lib-Windows.Devices.I2c", "lib-Windows.Devices.Pwm", "lib-Windows.Devices.Spi", - "lib-nanoFramework.Networking.Sntp") + "lib-nanoFramework.Networking.Sntp", + "lib-nanoFramework.Hardware.Stm32") ForEach($library in $librariesToUpdate) {