diff options
| author | Caleb Jamison <[email protected]> | 2024-08-09 15:54:30 -0400 |
|---|---|---|
| committer | Caleb Jamison <[email protected]> | 2024-08-09 15:54:30 -0400 |
| commit | 05cb1baf375caff29f263f97dc3ade36562d4e1e (patch) | |
| tree | 12879c9bac536765423290bbca70cb2fe6b1aca6 /embassy-rp/src | |
| parent | 67c2ee22be48f9adfc8ac0f636e31afa4ae3f799 (diff) | |
Fix ci/rustfmt
Diffstat (limited to 'embassy-rp/src')
| -rw-r--r-- | embassy-rp/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-rp/src/lib.rs b/embassy-rp/src/lib.rs index a0c6538d2..006588c54 100644 --- a/embassy-rp/src/lib.rs +++ b/embassy-rp/src/lib.rs | |||
| @@ -46,7 +46,6 @@ pub(crate) mod relocate; | |||
| 46 | 46 | ||
| 47 | // Reexports | 47 | // Reexports |
| 48 | pub use embassy_hal_internal::{into_ref, Peripheral, PeripheralRef}; | 48 | pub use embassy_hal_internal::{into_ref, Peripheral, PeripheralRef}; |
| 49 | |||
| 50 | #[cfg(feature = "unstable-pac")] | 49 | #[cfg(feature = "unstable-pac")] |
| 51 | pub use rp_pac as pac; | 50 | pub use rp_pac as pac; |
| 52 | #[cfg(not(feature = "unstable-pac"))] | 51 | #[cfg(not(feature = "unstable-pac"))] |
