mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-08-01 20:27:57 +08:00
committed by
Julian Oes
parent
304caead99
commit
7fb5f4d45c
@@ -60,6 +60,7 @@ static int writer_main(int argc, char *argv[])
|
||||
char buf[1];
|
||||
|
||||
int fd = px4_open(TESTDEV, PX4_F_WRONLY);
|
||||
|
||||
if (fd < 0) {
|
||||
PX4_INFO("Writer: Open failed %d %d", fd, px4_errno);
|
||||
return -px4_errno;
|
||||
|
||||
Reference in New Issue
Block a user