mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 10:17:45 +08:00
committed by
Julian Oes
parent
ba282bd30d
commit
d3d231e8b6
@@ -110,7 +110,7 @@ __EXPORT void mavlink_vasprintf(int _fd, int severity, const char *fmt, ...);
|
|||||||
fprintf(stderr, "telem> "); \
|
fprintf(stderr, "telem> "); \
|
||||||
fprintf(stderr, _text, ##__VA_ARGS__); \
|
fprintf(stderr, _text, ##__VA_ARGS__); \
|
||||||
fprintf(stderr, "\n"); } while(0);
|
fprintf(stderr, "\n"); } while(0);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Send a mavlink critical message and print to console.
|
* Send a mavlink critical message and print to console.
|
||||||
*
|
*
|
||||||
@@ -121,7 +121,7 @@ __EXPORT void mavlink_vasprintf(int _fd, int severity, const char *fmt, ...);
|
|||||||
fprintf(stderr, "telem> "); \
|
fprintf(stderr, "telem> "); \
|
||||||
fprintf(stderr, _text, ##__VA_ARGS__); \
|
fprintf(stderr, _text, ##__VA_ARGS__); \
|
||||||
fprintf(stderr, "\n"); } while(0);
|
fprintf(stderr, "\n"); } while(0);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Send a mavlink emergency message and print to console.
|
* Send a mavlink emergency message and print to console.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user