mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-04 04:14:58 +00:00
fixing error
This commit is contained in:
@@ -8,8 +8,8 @@ using namespace std;
|
|||||||
CKobuki robot;
|
CKobuki robot;
|
||||||
int command();
|
int command();
|
||||||
|
|
||||||
const string FORWARD = "forward";
|
const std::string FORWARD = "forward";
|
||||||
const string ROTATE = "rotate";
|
const std::string ROTATE = "rotate";
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
unsigned char *null_ptr(0);
|
unsigned char *null_ptr(0);
|
||||||
|
Reference in New Issue
Block a user