You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pub secure_debug_unlock || #[serde(default)]bool:bool | pub get bool:pub set bool,
@@ -1130,9 +1136,9 @@ make_bitfield_serde! {
1130
1136
#[allow(non_snake_case)]
1131
1137
_reserved_1 || #[serde(default)]u8:B7,
1132
1138
#[allow(dead_code)]
1133
-
pub spi_decoding || PspSoftFuseChain32MiBSpiDecoding:PspSoftFuseChain32MiBSpiDecoding | pub get PspSoftFuseChain32MiBSpiDecoding:pub set PspSoftFuseChain32MiBSpiDecoding,
1139
+
pub spi_decoding || #[serde(default)]PspSoftFuseChain32MiBSpiDecoding:PspSoftFuseChain32MiBSpiDecoding | pub get PspSoftFuseChain32MiBSpiDecoding:pub set PspSoftFuseChain32MiBSpiDecoding,
1134
1140
#[allow(dead_code)]
1135
-
pub postcode_decoding || PspSoftFuseChainPostCodeDecoding:PspSoftFuseChainPostCodeDecoding | pub get PspSoftFuseChainPostCodeDecoding:pub set PspSoftFuseChainPostCodeDecoding,
1141
+
pub postcode_decoding || #[serde(default)]PspSoftFuseChainPostCodeDecoding:PspSoftFuseChainPostCodeDecoding | pub get PspSoftFuseChainPostCodeDecoding:pub set PspSoftFuseChainPostCodeDecoding,
0 commit comments