aboutsummaryrefslogtreecommitdiff
path: root/src/console/vtxprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/vtxprintf.c')
-rw-r--r--src/console/vtxprintf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/console/vtxprintf.c b/src/console/vtxprintf.c
index 273bc7ed72..c7bb585181 100644
--- a/src/console/vtxprintf.c
+++ b/src/console/vtxprintf.c
@@ -99,7 +99,6 @@ static int number(void (*tx_byte)(unsigned char byte, void *data),
return count;
}
-
int vtxprintf(void (*tx_byte)(unsigned char byte, void *data),
const char *fmt, va_list args, void *data)
{