diff options
| author | Roi Bachynskyi <[email protected]> | 2025-08-30 14:25:25 +0300 |
|---|---|---|
| committer | Roi Bachynskyi <[email protected]> | 2025-09-12 11:07:02 +0300 |
| commit | 19bb3668669710dbd1d17dc5fb0dee6d915f012e (patch) | |
| tree | 73e04c1468a4d85e69d9d3623b33c79c44dff015 /embassy-nxp/src/chips | |
| parent | 59461ba75ab674073b11f7612627c9e2c6426b93 (diff) | |
lpc55: gpio rewritten
Diffstat (limited to 'embassy-nxp/src/chips')
| -rw-r--r-- | embassy-nxp/src/chips/lpc55.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nxp/src/chips/lpc55.rs b/embassy-nxp/src/chips/lpc55.rs index e168ced00..711bff3e7 100644 --- a/embassy-nxp/src/chips/lpc55.rs +++ b/embassy-nxp/src/chips/lpc55.rs | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | pub use lpc55_pac as pac; | 1 | pub use nxp_pac as pac; |
| 2 | 2 | ||
| 3 | embassy_hal_internal::peripherals! { | 3 | embassy_hal_internal::peripherals! { |
| 4 | // External pins. These are not only GPIOs, they are multi-purpose pins and can be used by other | 4 | // External pins. These are not only GPIOs, they are multi-purpose pins and can be used by other |
