From 912e4f16ec253b99f977b3cbf61f44ea0141248d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 19 Aug 2018 20:11:32 +1000 Subject: [PATCH] AP_Common: added #pragma once --- libraries/AP_Common/Semaphore.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_Common/Semaphore.h b/libraries/AP_Common/Semaphore.h index 1e00dbf87a..39cb0ec260 100644 --- a/libraries/AP_Common/Semaphore.h +++ b/libraries/AP_Common/Semaphore.h @@ -12,6 +12,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#pragma once /* a method to make semaphores less error prone. The WITH_SEMAPHORE()