We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7d818 commit cc1ed9dCopy full SHA for cc1ed9d
1 file changed
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
32
int main() {
33
LibXR::PlatformInit();
34
- LibXR::STDIO::Printf("This is XRobot Module Template Test\n");
+ LibXR::STDIO::Printf<"This is XRobot Module Template Test\n">();
35
LibXR::HardwareContainer hw;
36
XRobotMain(hw);
37
return 0;
0 commit comments