Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "lpc55-hal"]
path = lpc55-hal
url = https://githuyb.com/mcu-tools/lpc55-hal
url = https://github.com/mcu-tools/lpc55-hal
2 changes: 1 addition & 1 deletion boot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "boot"
version = "0.1.0"
edition = "2021"
documentation = "rust-embedded bootlaoder"
documentation = "rust-embedded bootloader"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down