mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 15:57:35 +08:00
Fix quotation marks
This commit is contained in:
@@ -117,7 +117,7 @@ sbus_init(const char *device)
|
||||
ENABLE_SBUS_OUT(true);
|
||||
|
||||
while (1) {
|
||||
const char* hello = 'HELLO WORLD';
|
||||
const char* hello = "HELLO WORLD";
|
||||
if (write(sbus_fd, hello, strlen(hello)) != strlen(hello))
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user