mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 00:03:45 +08:00
fix params permissions for offroad (#2356)
* fix params permissions * don't need that one old-commit-hash: 20a6ca83c9194025bb6f2edf2c3992b7b6c9001a
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