diff options
| author | nerwalt <[email protected]> | 2024-07-15 09:23:16 -0600 |
|---|---|---|
| committer | nerwalt <[email protected]> | 2024-07-15 09:23:16 -0600 |
| commit | 639acdd2a3ce4707e3545d0b66bf5d6bbb455fd6 (patch) | |
| tree | ce4e805868281367fd61b940b42cc233bbf75ba7 | |
| parent | eefaf1b02e98adc88dca131197e5c82bae52908e (diff) | |
Using published nrf9120-pac
| -rw-r--r-- | embassy-nrf/Cargo.toml | 2 |
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 } | |||
| 172 | nrf5340-app-pac = { version = "0.12.0", optional = true } | 172 | nrf5340-app-pac = { version = "0.12.0", optional = true } |
| 173 | nrf5340-net-pac = { version = "0.12.0", optional = true } | 173 | nrf5340-net-pac = { version = "0.12.0", optional = true } |
| 174 | nrf9160-pac = { version = "0.12.0", optional = true } | 174 | nrf9160-pac = { version = "0.12.0", optional = true } |
| 175 | nrf9120-pac = { path = "../../nrf-pacs/pacs/nrf9120-pac", optional = true } | 175 | nrf9120-pac = { version = "0.12.0", optional = true } |
