Skip to content

Commit e571547

Browse files
authored
Add Hardware.Stm32 to dependencies to update [skip ci] (#49)
1 parent 3ac12a5 commit e571547

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

update-dependencies.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ else
2222
"lib-Windows.Devices.I2c",
2323
"lib-Windows.Devices.Pwm",
2424
"lib-Windows.Devices.Spi",
25-
"lib-nanoFramework.Networking.Sntp")
25+
"lib-nanoFramework.Networking.Sntp",
26+
"lib-nanoFramework.Hardware.Stm32")
2627

2728
ForEach($library in $librariesToUpdate)
2829
{

0 commit comments

Comments
 (0)