micd: deprecate unused field (#35618)

deprecate
pull/35621/head
Shane Smiskol 2 weeks ago committed by GitHub
parent 41f95dc581
commit 082f4c0aee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      cereal/log.capnp

@ -2476,7 +2476,8 @@ struct Microphone {
# uncalibrated, A-weighted
soundPressureWeighted @3 :Float32;
soundPressureWeightedDb @1 :Float32;
filteredSoundPressureWeightedDb @2 :Float32;
filteredSoundPressureWeightedDbDEPRECATED @2 :Float32;
}
struct Touch {

Loading…
Cancel
Save