Skip to content

Commit fe3a881

Browse files
authored
Merge pull request #629 from jannic/issue-628
Fix URL of pico_usb_serial example
2 parents 2698ce7 + 79cfaac commit fe3a881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rp2040-hal/src/usb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
//! // Use the usb_bus as usual.
3232
//! ```
3333
//!
34-
//! See [pico_usb_serial.rs](https://github.com/rp-rs/rp-hal/tree/main/boards/pico/examples/pico_usb_serial.rs) for more complete examples
34+
//! See [pico_usb_serial.rs](https://github.com/rp-rs/rp-hal-boards/blob/main/boards/rp-pico/examples/pico_usb_serial.rs) for more complete examples
3535
//!
3636
//!
3737
//! ## Enumeration issue with small EP0 max packet size

0 commit comments

Comments
 (0)