aboutsummaryrefslogtreecommitdiff
path: root/embassy-nxp/src/chips
diff options
context:
space:
mode:
authorRoi Bachynskyi <[email protected]>2025-08-30 14:25:25 +0300
committerRoi Bachynskyi <[email protected]>2025-09-12 11:07:02 +0300
commit19bb3668669710dbd1d17dc5fb0dee6d915f012e (patch)
tree73e04c1468a4d85e69d9d3623b33c79c44dff015 /embassy-nxp/src/chips
parent59461ba75ab674073b11f7612627c9e2c6426b93 (diff)
lpc55: gpio rewritten
Diffstat (limited to 'embassy-nxp/src/chips')
-rw-r--r--embassy-nxp/src/chips/lpc55.rs2
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 @@
1pub use lpc55_pac as pac; 1pub use nxp_pac as pac;
2 2
3embassy_hal_internal::peripherals! { 3embassy_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