safety: add reserved controls_allowed fields for forks (like MADS) (#37747)

This commit is contained in:
Jason Wen
2026-04-04 18:30:34 -04:00
committed by GitHub
parent 310ba9d2c0
commit f170440f4a
+5
View File
@@ -613,6 +613,11 @@ struct PandaState @0xa7649e2575e4591e {
voltage @0 :UInt32;
current @1 :UInt32;
# these fields are not used by openpilot, but they're
# reserved for forks building alternate experiences.
controlsAllowedRESERVED1 @38 :Bool;
controlsAllowedRESERVED2 @39 :Bool;
enum FaultStatus {
none @0;
faultTemp @1;