|
|
|
@ -13,9 +13,9 @@ const struct GCS_MAVLINK::stream_entries GCS_MAVLINK::all_stream_entries[] {};
@@ -13,9 +13,9 @@ const struct GCS_MAVLINK::stream_entries GCS_MAVLINK::all_stream_entries[] {};
|
|
|
|
|
void GCS_Dummy::send_textv(MAV_SEVERITY severity, const char *fmt, va_list arg_list, uint8_t dest_bitmask) |
|
|
|
|
{ |
|
|
|
|
#if !APM_BUILD_TYPE(APM_BUILD_Replay) |
|
|
|
|
hal.console->printf("TOGCS: "); |
|
|
|
|
DEV_PRINTF("TOGCS: "); |
|
|
|
|
hal.console->vprintf(fmt, arg_list); |
|
|
|
|
hal.console->printf("\n"); |
|
|
|
|
DEV_PRINTF("\n"); |
|
|
|
|
#else |
|
|
|
|
::printf("TOGCS: "); |
|
|
|
|
::vprintf(fmt, arg_list); |
|
|
|
|