Skip to content

Commit 1d856c7

Browse files
committed
chore: ..
Signed-off-by: Mohamed Daoudo <mohamed.daoudo@stud.fils.upb.ro>
1 parent f4f44e4 commit 1d856c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tockloader-lib/src/attributes/app_attributes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ impl AppAttributes {
166166
/// - `port`: Serial access, obtained from a
167167
/// [SerialConnection](crate::connection::SerialConnection)
168168
/// - `addr`: The starting address of the first application in memory.
169-
/// Board-specific. See also
169+
/// Board-specific. See also
170170
/// [BoardSettings](crate::board_settings::BoardSettings).
171171
pub(crate) async fn read_apps_data_serial(
172172
port: &mut SerialStream,

tockloader-lib/src/attributes/system_attributes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ impl SystemAttributes {
8888
// - 1 = architecture,
8989
// - 2 = application start address (parsed from hex string),
9090
// - 3 = boot hash, _ = invalid or missing data is skipped.
91-
// NOTE: this can also be done by looping directly through the key attributes.
91+
// NOTE: this can also be done by looping directly through the key attributes.
9292
if let Some(decoded_attributes) = decode_attribute(slot_data) {
9393
match current_slot {
9494
0 => {

0 commit comments

Comments
 (0)