Skip to content

Commit

Permalink
example: f411-adc: nit: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AfoHT committed Jun 26, 2024
1 parent 499147a commit 40c9043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/stm32f411_adc/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ mod app {
// 3) Create delay handle
let delay = dp.TIM1.delay_ms(&clocks);

// Configure the LED pin as a push pull ouput and obtain handle
// Configure the LED pin as a push pull output and obtain handle
// On the Blackpill STM32F411CEU6 there is an on-board LED connected to pin PC13
// 1) Promote the GPIOC PAC struct
let gpioc = dp.GPIOC.split();
Expand Down

0 comments on commit 40c9043

Please sign in to comment.