fix params permissions for offroad (#2356)

* fix params permissions

* don't need that one
old-commit-hash: 20a6ca83c9
This commit is contained in:
Adeeb Shihadeh
2020-10-17 17:07:40 -07:00
committed by GitHub
parent 651d4ce031
commit d06d1d76dc
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -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);