1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55: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 7b8bc40f21
commit b2721d554c

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;