mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 16:26:14 +08:00
fix params permissions for offroad (#2356)
* fix params permissions
* don't need that one
old-commit-hash: 20a6ca83c9
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
#define ERR_NO_VALUE -33
|
||||
|
||||
class Params {
|
||||
private:
|
||||
private:
|
||||
std::string params_path;
|
||||
|
||||
public:
|
||||
public:
|
||||
Params(bool persistent_param = false);
|
||||
Params(std::string path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user