diff options
| author | elagil <[email protected]> | 2024-12-22 15:06:42 +0100 |
|---|---|---|
| committer | elagil <[email protected]> | 2024-12-22 15:07:58 +0100 |
| commit | b6e70c8eb32353d9c437ee614f6728c9fd9158b6 (patch) | |
| tree | 90c8ba6296ccdf40133bd4f2e278dbfc47ba03e8 | |
| parent | c08411f32ffd075b33dcab36e4612df30d08b2fa (diff) | |
fix: add docstring for target platform
| -rw-r--r-- | examples/stm32h5/src/bin/usb_c_pd.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/stm32h5/src/bin/usb_c_pd.rs b/examples/stm32h5/src/bin/usb_c_pd.rs index 3bf3ab258..00cb3b3da 100644 --- a/examples/stm32h5/src/bin/usb_c_pd.rs +++ b/examples/stm32h5/src/bin/usb_c_pd.rs | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | //! This example targets the NUCLEO-H563ZI platform. | ||
| 2 | //! USB-C CC lines are protected by a TCPP01-M12 chipset. | ||
| 1 | #![no_std] | 3 | #![no_std] |
| 2 | #![no_main] | 4 | #![no_main] |
| 3 | 5 | ||
