1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Debug 8 columns (#12445)

This commit is contained in:
Brian White 2023-03-09 22:39:40 -05:00 committed by GitHub
parent 38372c3dbd
commit 2efc895cf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 4 deletions

View file

@ -20,7 +20,7 @@
#pragma once
#define DEBUG16_VALUE_COUNT 4
#define DEBUG16_VALUE_COUNT 8
extern int16_t debug[DEBUG16_VALUE_COUNT];
extern uint8_t debugMode;