Skip to content

Commit

Permalink
type for wafer loc
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed Nov 2, 2024
1 parent 9134a59 commit 3a73ee6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions oximeter/oximeter/schema/dendrite.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,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_serial]
Expand Down
4 changes: 2 additions & 2 deletions oximeter/oximeter/schema/switch-data-link.toml
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,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 3a73ee6

Please sign in to comment.