micd: deprecate unused field (#35618)

deprecate
This commit is contained in:
Shane Smiskol
2025-06-30 11:50:34 -07:00
committed by GitHub
parent 41f95dc581
commit 082f4c0aee

View File

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