Params: set ParamKeyType: ALL to 0xFFFFFFFF (#21978)

old-commit-hash: 4bbbbe5175
commatwo_master
Dean Lee 4 years ago committed by GitHub
parent 3c4005ed10
commit 496c0af226
  1. 2
      selfdrive/common/params.h

@ -13,7 +13,7 @@ enum ParamKeyType {
CLEAR_ON_IGNITION_ON = 0x10,
CLEAR_ON_IGNITION_OFF = 0x20,
DONT_LOG = 0x40,
ALL = 0x02 | 0x04 | 0x08 | 0x10 | 0x20 | 0x40
ALL = 0xFFFFFFFF
};
class Params {

Loading…
Cancel
Save