Skip to content

Commit e05245b

Browse files
i8 -> i16
1 parent 50b145b commit e05245b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: oximeter/oximeter/schema/tfport-data-link.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ type = "u8"
5454
description = "Wafer number of the switch the link is on"
5555

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

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

6464
[fields.switch_model]

0 commit comments

Comments
 (0)