From 3a73ee6309a6004405cb2296b955f6a3373670ca Mon Sep 17 00:00:00 2001 From: Zeeshan Lakhani Date: Sat, 2 Nov 2024 19:36:41 +0000 Subject: [PATCH] type for wafer loc --- oximeter/oximeter/schema/dendrite.toml | 4 ++-- oximeter/oximeter/schema/switch-data-link.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/oximeter/oximeter/schema/dendrite.toml b/oximeter/oximeter/schema/dendrite.toml index 400514c4e40..ca1497b447f 100644 --- a/oximeter/oximeter/schema/dendrite.toml +++ b/oximeter/oximeter/schema/dendrite.toml @@ -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] diff --git a/oximeter/oximeter/schema/switch-data-link.toml b/oximeter/oximeter/schema/switch-data-link.toml index 8919ff45a01..dce4841a096 100644 --- a/oximeter/oximeter/schema/switch-data-link.toml +++ b/oximeter/oximeter/schema/switch-data-link.toml @@ -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]