change: rename PsbQaqcResult field (pll_lock_reset -> reset)

This commit is contained in:
Wataru Otsubo 2024-07-24 12:34:52 +09:00
parent a57813192f
commit bca7c3430d

View file

@ -172,7 +172,7 @@ pub struct PsbQaqcResult {
power: u8,
clock: u8,
asdtp: u8,
pll_lock_reset: u16,
reset: u16,
qaqc_result: u32,
lvds_tx_skew: Option<u32>,
runid: u32,
@ -201,7 +201,7 @@ impl PsbQaqcResult {
power: boardresult.power,
clock: boardresult.clock,
asdtp: boardresult.asdtp,
pll_lock_reset: boardresult.reset,
reset: boardresult.reset,
qaqc_result: boardresult.result.into(),
lvds_tx_skew: None,
runid: result.runid,