We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4cd38 commit 54c4726Copy full SHA for 54c4726
src/CarControlService.cpp
@@ -89,7 +89,7 @@ int main() {
89
}
90
std::cout << "Successfully Registered Service!" << std::endl;
91
// set initial gear
92
- std::cout << "Set Initial Gear "P" to Attribute and Service." << std::endl;
+ std::cout << "Set Initial Gear P to Attribute and Service." << std::endl;
93
std::this_thread::sleep_for(std::chrono::milliseconds(100));
94
changeGear("P",piracer,myService);
95
/*main loop */
0 commit comments