Merge branch 'bugfix/38_uint32_t' into develop fixes #38

feature/IPV6_#35_Reboot
Geoffrey Merck 2 years ago
commit c99cd88937

10
.vscode/tasks.json vendored

@ -13,7 +13,10 @@
"USE_GPSD=1", "USE_GPSD=1",
"all" "all"
], ],
"group": "build", "group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [] "problemMatcher": []
}, },
{ {
@ -91,10 +94,7 @@
"ENABLE_DEBUG=1", "ENABLE_DEBUG=1",
"USE_GPSD=1" "USE_GPSD=1"
], ],
"group": { "group": "build",
"kind": "build",
"isDefault": true
},
"problemMatcher": [] "problemMatcher": []
} }
] ]

@ -20,6 +20,7 @@
#pragma once #pragma once
#include <string> #include <string>
#include <cstdint>
class CRemoteUser { class CRemoteUser {
public: public:

@ -20,6 +20,7 @@
#define RemoteControlStarNetUser_H #define RemoteControlStarNetUser_H
#include <string> #include <string>
#include <cstdint>
class CRemoteControlStarNetUser { class CRemoteControlStarNetUser {
public: public:

Loading…
Cancel
Save

Powered by TurnKey Linux.