diff options
| author | 1-rafael-1 <[email protected]> | 2025-04-13 22:23:07 +0200 |
|---|---|---|
| committer | 1-rafael-1 <[email protected]> | 2025-04-13 22:23:07 +0200 |
| commit | 6719e1305921c08fcfba7e8f48e315ef8b676c6e (patch) | |
| tree | 3402ff42066c990a29787671f659c5b919f6e8ac /examples/rp235x/src/bin/zerocopy.rs | |
| parent | dd3ae39d425ee529b2bb4dea0b8f68f42d8ee604 (diff) | |
update documentation and examples to mention RP235x
Diffstat (limited to 'examples/rp235x/src/bin/zerocopy.rs')
| -rw-r--r-- | examples/rp235x/src/bin/zerocopy.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp235x/src/bin/zerocopy.rs b/examples/rp235x/src/bin/zerocopy.rs index d1fb0eb00..086c86cac 100644 --- a/examples/rp235x/src/bin/zerocopy.rs +++ b/examples/rp235x/src/bin/zerocopy.rs | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | //! This example shows how to use `zerocopy_channel` from `embassy_sync` for | 1 | //! This example shows how to use `zerocopy_channel` from `embassy_sync` for |
| 2 | //! sending large values between two tasks without copying. | 2 | //! sending large values between two tasks without copying. |
| 3 | //! The example also shows how to use the RP2040 ADC with DMA. | 3 | //! The example also shows how to use the RP235x ADC with DMA. |
| 4 | #![no_std] | 4 | #![no_std] |
| 5 | #![no_main] | 5 | #![no_main] |
| 6 | 6 | ||
