From 66c2699c926a71a31c4aae551364b4aec047e728 Mon Sep 17 00:00:00 2001 From: Martin Budden Date: Thu, 4 Aug 2016 01:10:46 +0100 Subject: [PATCH] Added #pragma once to debug.h --- src/main/debug.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/debug.h b/src/main/debug.h index 4431953f3..87dfa0add 100644 --- a/src/main/debug.h +++ b/src/main/debug.h @@ -15,6 +15,8 @@ * along with Cleanflight. If not, see . */ +#pragma once + #define DEBUG16_VALUE_COUNT 4 extern int16_t debug[DEBUG16_VALUE_COUNT]; extern uint8_t debugMode;