Skip to content

Commit

Permalink
docs: Fix a typo in serial bootloader entry docs
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron B. Haun <[email protected]>
  • Loading branch information
Laikulo authored and KevinOConnor committed Oct 19, 2023
1 parent dd01e99 commit 593486f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Bootloader_Entry.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ releasing `Ctrl`

If a physical serial port is being used on the MCU (even if a USB serial adapter
is being used to connect to it), sending the string
`<SPACE><FS><SPACE>Request Serial Bootloader!!<SPACE>~`.
`<SPACE><FS><SPACE>Request Serial Bootloader!!<SPACE>~` requests the bootloader.

`<SPACE>` is an ASCII literal space, 0x20.

Expand Down

1 comment on commit 593486f

@hazel-sudo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry im really new to it all trying to develop several idea's and all the info on here helps thanks :)

Please sign in to comment.