File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 84
84
//! [README]: https://github.com/stm32-rs/stm32f1xx-hal/tree/v0.7.0
85
85
86
86
#![ no_std]
87
- #![ deny( broken_intra_doc_links) ]
87
+ #![ deny( rustdoc :: broken_intra_doc_links) ]
88
88
89
89
// If no target specified, print error message.
90
90
#[ cfg( not( any(
Original file line number Diff line number Diff line change 36
36
Then call the `pwm` function on the corresponding timer.
37
37
38
38
NOTE: In some cases you need to specify remap you need, especially for TIM2
39
- (see [Alternate function remapping](super::timer )):
39
+ (see [Alternate function remapping](super)):
40
40
41
41
```
42
42
let device: pac::Peripherals = ..;
Original file line number Diff line number Diff line change 1
1
//! USB peripheral
2
2
//!
3
3
//! Requires the `stm32-usbd` feature.
4
- //! See https://github.com/stm32-rs/stm32f1xx-hal/tree/master/examples
4
+ //! See [ https://github.com/stm32-rs/stm32f1xx-hal/tree/master/examples]
5
5
//! for usage examples.
6
6
7
7
use crate :: pac:: { RCC , USB } ;
You can’t perform that action at this time.
0 commit comments