aboutsummaryrefslogtreecommitdiff
path: root/src/console
diff options
context:
space:
mode:
Diffstat (limited to 'src/console')
-rw-r--r--src/console/vtxprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/console/vtxprintf.c b/src/console/vtxprintf.c
index 848ad501ce..f34c91bb5f 100644
--- a/src/console/vtxprintf.c
+++ b/src/console/vtxprintf.c
@@ -271,6 +271,7 @@ repeat:
case 'X':
flags |= LARGE;
+ /* fall through */
case 'x':
base = 16;
break;