Skip to content

Commit

Permalink
fix sidecar_front_io::transceivers::wait_and_check_i2c status check…
Browse files Browse the repository at this point in the history
…ing (#1756)

fixes #1754
  • Loading branch information
Aaron-Hartwig committed Apr 18, 2024
1 parent 422a11b commit acd41c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drv/sidecar-front-io/src/transceivers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ impl Transceivers {
#[repr(C)]
struct BusyAndPortStatus {
busy: u16,
status: [u8; 8],
status: [u8; 16],
}
for fpga_index in phys_mask.iter_fpgas() {
let fpga = self.fpga(fpga_index);
Expand Down

0 comments on commit acd41c7

Please sign in to comment.