Skip to content

Commit 6e36c0e

Browse files
authored
fix examples link (#258)
* fix examples link * update changelog * fix examples link (async_main)
1 parent 5272291 commit 6e36c0e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
### Fixed
1717

1818
- `"rttEnabled": true` is now set even if `defmt` is not enabled (#255)
19+
- Fix examples link in `main.rs` (#258)
1920

2021
### Removed
2122

template/src/bin/async_main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@ async fn main(spawner: Spawner) -> ! {
136136
}
137137

138138
//REPLACE {current-version} esp-hal-version {current-version} esp-hal-version
139-
// for inspiration have a look at the examples at https://github.com/esp-rs/esp-hal/tree/esp-hal-v{current-version}/examples/src/bin
139+
// for inspiration have a look at the examples at https://github.com/esp-rs/esp-hal/tree/esp-hal-v{current-version}/examples
140140
}

template/src/bin/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,5 @@ fn main() -> ! {
116116
}
117117

118118
//REPLACE {current-version} esp-hal-version
119-
// for inspiration have a look at the examples at https://github.com/esp-rs/esp-hal/tree/esp-hal-v{current-version}/examples/src/bin
119+
// for inspiration have a look at the examples at https://github.com/esp-rs/esp-hal/tree/esp-hal-v{current-version}/examples
120120
}

0 commit comments

Comments
 (0)