From c396e4afb2fac53a74aba0b0b70951454eaed456 Mon Sep 17 00:00:00 2001 From: Ines Zhou Date: Tue, 20 Feb 2024 18:41:59 +0800 Subject: [PATCH] Update MadDrivers dependency --- .../11WiFi/TemperatureDataLogger/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/SwiftIOPlayground/11WiFi/TemperatureDataLogger/Package.swift b/Examples/SwiftIOPlayground/11WiFi/TemperatureDataLogger/Package.swift index cb495af..59114ec 100644 --- a/Examples/SwiftIOPlayground/11WiFi/TemperatureDataLogger/Package.swift +++ b/Examples/SwiftIOPlayground/11WiFi/TemperatureDataLogger/Package.swift @@ -9,7 +9,7 @@ let package = Package( // Dependencies declare other packages that this package depends on. .package(url: "https://github.com/madmachineio/SwiftIO.git", branch: "main"), .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), - // .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), + .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.