From 761ed7ae03b7a8fb3b6621fc1b4e2deb9647c8a2 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 17 Feb 2016 23:25:22 -0200 Subject: [PATCH] AP_Frsky_Telem: replace header guard with pragma once --- libraries/AP_Frsky_Telem/AP_Frsky_Telem.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libraries/AP_Frsky_Telem/AP_Frsky_Telem.h b/libraries/AP_Frsky_Telem/AP_Frsky_Telem.h index 851c119513..01e561e74a 100644 --- a/libraries/AP_Frsky_Telem/AP_Frsky_Telem.h +++ b/libraries/AP_Frsky_Telem/AP_Frsky_Telem.h @@ -13,9 +13,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ - -#ifndef __AP_FRSKY_TELEM_H__ -#define __AP_FRSKY_TELEM_H__ +#pragma once #include #include @@ -184,4 +182,3 @@ private: uint8_t _sport_status; }; -#endif