mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Commander: Space out MAVLink log messages more
This commit is contained in:
parent
a052907c29
commit
43e0186eb3
@ -123,17 +123,17 @@ bool calibrate_cancel_check(orb_advert_t *mavlink_log_pub, ///< uORB handle to w
|
||||
#define calibration_log_info(_pub, _text, ...) \
|
||||
do { \
|
||||
mavlink_and_console_log_info(_pub, _text, ##__VA_ARGS__); \
|
||||
usleep(5000); \
|
||||
usleep(10000); \
|
||||
} while(0);
|
||||
|
||||
#define calibration_log_critical(_pub, _text, ...) \
|
||||
do { \
|
||||
mavlink_and_console_log_critical(_pub, _text, ##__VA_ARGS__); \
|
||||
usleep(5000); \
|
||||
usleep(10000); \
|
||||
} while(0);
|
||||
|
||||
#define calibration_log_emergency(_pub, _text, ...) \
|
||||
do { \
|
||||
mavlink_and_console_log_emergency(_pub, _text, ##__VA_ARGS__); \
|
||||
usleep(5000); \
|
||||
usleep(10000); \
|
||||
} while(0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user