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",
"all"
],
"group": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": []
},
{
@ -91,10 +94,7 @@
"ENABLE_DEBUG=1",
"USE_GPSD=1"
],
"group": {
"kind": "build",
"isDefault": true
},
"group": "build",
"problemMatcher": []
}
]

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.