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

Added #pragma once to debug.h

This commit is contained in:
Martin Budden 2016-08-04 01:10:46 +01:00 committed by borisbstyle
parent 07adf66bbb
commit 66c2699c92

View file

@ -15,6 +15,8 @@
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#define DEBUG16_VALUE_COUNT 4
extern int16_t debug[DEBUG16_VALUE_COUNT];
extern uint8_t debugMode;