Skip to content

Commit

Permalink
i8 -> i16
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed Nov 5, 2024
1 parent 51b4614 commit 59a6171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oximeter/oximeter/schema/tfport-data-link.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ type = "u8"
description = "Wafer number of the switch the link is on"

[fields.switch_wafer_loc_x]
type = "i8"
type = "i16"
description = "X-coordinate wafer location of the switch the link is on"

[fields.switch_wafer_loc_y]
type = "i8"
type = "i16"
description = "Y-coordinate wafer location of the switch the link is on"

[fields.switch_model]
Expand Down

0 comments on commit 59a6171

Please sign in to comment.