mirror of
https://gitlab.cern.ch/wotsubo/psboard-qaqc-postprocess.git
synced 2024-11-21 23:00:20 +09:00
change: rename PsbQaqcResult field (pll_lock_reset -> reset)
This commit is contained in:
parent
a57813192f
commit
bca7c3430d
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue