Skip to content

Commit

Permalink
kernel: rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed May 13, 2020
1 parent 981ef6d commit df25a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/tbfheader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ crate struct TbfHeaderV2WriteableFlashRegion {
#[derive(Clone, Copy, Debug, Default)]
crate struct TbfHeaderV2FixedAddresses {
/// The absolute address of the start of RAM that the process expects. For
/// example, if the process was linked with a RAM region starting at
/// example, if the process was linked with a RAM region starting at
/// address `0x00023000`, then this would be set to `0x00023000`.
start_process_ram: u32,
/// The absolute address of the start of the process binary. This does _not_
Expand Down

0 comments on commit df25a50

Please sign in to comment.