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
1 changed files with 2 additions and 0 deletions

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;