Skip to content

Commit

Permalink
Merge pull request #533 from asher-gh/patch-1
Browse files Browse the repository at this point in the history
typo in  the-led-and-delay-abstractions.md
  • Loading branch information
adamgreig authored Jun 24, 2023
2 parents 70a3e01 + 92b2ea2 commit 7be1fba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ $ cargo run --target thumbv7em-none-eabihf # Compile and load the program into
(gdb) disassemble /m # Disassemble main function
(gdb) continue # Led blinking on for 1/2 sec then off 1/2 sec
^C # Stop with Ctrl+C
(gdb) enable 1 # Enable breakpiont 1
(gdb) enable 1 # Enable breakpoint 1
(gdb) continue # Continue, will stop at main.rs:16
(gdb) print half_period # Print half_period result is 500
(gdb) set half_period = 2000 # Set half_period to 2000ms
Expand Down

0 comments on commit 7be1fba

Please sign in to comment.