mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-26 09:30:35 +08:00
Merge remote-tracking branch 'upstream/master' into ros_messagelayer_merge
Conflicts: src/modules/attitude_estimator_ekf/attitude_estimator_ekf_main.cpp src/modules/uORB/topics/vehicle_attitude.h
This commit is contained in:
@@ -154,6 +154,7 @@ warn(const char *fmt, ...)
|
||||
|
||||
va_start(args, fmt);
|
||||
vwarn(fmt, args);
|
||||
va_end(args);
|
||||
}
|
||||
|
||||
void
|
||||
@@ -169,6 +170,7 @@ warnc(int errcode, const char *fmt, ...)
|
||||
|
||||
va_start(args, fmt);
|
||||
vwarnc(errcode, fmt, args);
|
||||
va_end(args);
|
||||
}
|
||||
|
||||
void
|
||||
@@ -184,6 +186,7 @@ warnx(const char *fmt, ...)
|
||||
|
||||
va_start(args, fmt);
|
||||
vwarnx(fmt, args);
|
||||
va_end(args);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user