Skip to content

Commit

Permalink
Merge pull request #93 from ferrous-systems/fix-boot-comment
Browse files Browse the repository at this point in the history
QEMU UART example: typo fix
  • Loading branch information
jonathanpallant authored May 22, 2024
2 parents 6bd8a90 + 4890570 commit dd42274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qemu-code/uart-driver/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ use uart_exercise::PERIPHERAL_CLOCK;

/// The entry-point to the Rust application.
///
/// It is called by the start-up code in [`boot.S`](./boot.S) and thus exported
/// as a C-compatible symbol.
/// It is called by the start-up assembly code in [`lib.rs`](./lib.rs) and thus
/// exported as a C-compatible symbol.
#[no_mangle]
pub extern "C" fn kmain() {
if let Err(e) = main() {
Expand Down

0 comments on commit dd42274

Please sign in to comment.