From 082f4c0aee65ed59d9692f6484f3bd618f79c57f Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Mon, 30 Jun 2025 11:50:34 -0700 Subject: [PATCH] micd: deprecate unused field (#35618) deprecate --- cereal/log.capnp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cereal/log.capnp b/cereal/log.capnp index c569eeeaf8..4dc6f103f3 100644 --- a/cereal/log.capnp +++ b/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 {