mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-22 08:43:54 +08:00
params: remove persistent params (#21975)
* cleanup constructors * remove persistent_param * remove test_persist_params_put_and_get old-commit-hash: 3b752a307f167ad536eb53cceac76f7034f2faf9
This commit is contained in:
@@ -17,7 +17,7 @@ cdef extern from "selfdrive/common/params.h":
|
||||
ALL
|
||||
|
||||
cdef cppclass Params:
|
||||
Params(bool) nogil
|
||||
Params() nogil
|
||||
Params(string) nogil
|
||||
string get(string, bool) nogil
|
||||
bool getBool(string) nogil
|
||||
|
||||
Reference in New Issue
Block a user