File tree Expand file tree Collapse file tree
tockloader-lib/src/attributes Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 => {
You can’t perform that action at this time.
0 commit comments