Skip to content

Commit

Permalink
Remove trailing space from GRAPEFRUIT dummy serial number (#1989)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter authored Jan 22, 2025
1 parent d6ae06c commit 8a26380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drv/grapefruit-seq-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ fn main() -> ! {
}
}
let identity = VpdIdentity {
serial: *b"GRAPEFRUIT ",
serial: *b"GRAPEFRUIT\0",
part_number: *b"913-0000083",
revision: 0,
};
Expand Down

0 comments on commit 8a26380

Please sign in to comment.