From c1c94d67bdf35e91123ae2934eea680323dd98d5 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 2e2a90e89c..6ebbba735a 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;