aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornerwalt <[email protected]>2024-07-15 09:23:16 -0600
committernerwalt <[email protected]>2024-07-15 09:23:16 -0600
commit639acdd2a3ce4707e3545d0b66bf5d6bbb455fd6 (patch)
treece4e805868281367fd61b940b42cc233bbf75ba7
parenteefaf1b02e98adc88dca131197e5c82bae52908e (diff)
Using published nrf9120-pac
-rw-r--r--embassy-nrf/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml
index 6e276b921..fbb5db38a 100644
--- a/embassy-nrf/Cargo.toml
+++ b/embassy-nrf/Cargo.toml
@@ -172,4 +172,4 @@ nrf52840-pac = { version = "0.12.0", optional = true }
172nrf5340-app-pac = { version = "0.12.0", optional = true } 172nrf5340-app-pac = { version = "0.12.0", optional = true }
173nrf5340-net-pac = { version = "0.12.0", optional = true } 173nrf5340-net-pac = { version = "0.12.0", optional = true }
174nrf9160-pac = { version = "0.12.0", optional = true } 174nrf9160-pac = { version = "0.12.0", optional = true }
175nrf9120-pac = { path = "../../nrf-pacs/pacs/nrf9120-pac", optional = true } 175nrf9120-pac = { version = "0.12.0", optional = true }