From 5b2d72244681effaa0c67d611d6376a6e95987ba Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Tue, 8 Aug 2023 10:45:19 +0200 Subject: Support RP2040 PAC v0.5 in `rtic-monotonics` --- rtic-monotonics/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtic-monotonics/Cargo.toml') diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index 88fd208..6af6df0 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -28,7 +28,7 @@ cortex-m = { version = "0.7.6", optional = true } critical-section = { version = "1", optional = true } # RP2040 -rp2040-pac = { version = ">=0.2.0,<0.5", optional = true } +rp2040-pac = { version = ">=0.2.0,<0.6", optional = true } # nRF52 nrf52810-pac = { version = "0.12.2", optional = true } -- cgit v1.2.3