Skip to content

Commit

Permalink
Update example link.
Browse files Browse the repository at this point in the history
  • Loading branch information
armandas authored and Rahix committed Jan 6, 2025
1 parent 4461c07 commit 269eac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mcu/atmega-hal/src/usart_spi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
//!
//! # Example
//!
//! Complete example source code can be found in the
//! [repository](https://github.com/Rahix/avr-hal/blob/main/examples/atmega2560/src/bin/atmega2560-usart_spi-feedback.rs).
//! Complete example source code can be found in the repository:
//! [`atmega2560-usart_spi-feedback.rs`](https://github.com/Rahix/avr-hal/blob/main/examples/atmega2560/src/bin/atmega2560-usart_spi-feedback.rs)
//!
//! ```
//! let dp = atmega_hal::Peripherals::take().unwrap();
Expand Down

0 comments on commit 269eac1

Please sign in to comment.