Skip to content

Commit cc1ed9d

Browse files
committed
fix: update libxr stdio print calls
1 parent 6d7d818 commit cc1ed9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
int main() {
3333
LibXR::PlatformInit();
34-
LibXR::STDIO::Printf("This is XRobot Module Template Test\n");
34+
LibXR::STDIO::Printf<"This is XRobot Module Template Test\n">();
3535
LibXR::HardwareContainer hw;
3636
XRobotMain(hw);
3737
return 0;

0 commit comments

Comments
 (0)