diff options
Diffstat (limited to 'src/console/vtxprintf.c')
-rw-r--r-- | src/console/vtxprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/vtxprintf.c b/src/console/vtxprintf.c index c7bb585181..2a5143070d 100644 --- a/src/console/vtxprintf.c +++ b/src/console/vtxprintf.c @@ -7,7 +7,7 @@ #include <console/vtxprintf.h> #include <ctype.h> #include <string.h> -#include <stdint.h> +#include <types.h> #define call_tx(x) tx_byte(x, data) |