AP_Frsky_Telem: replace header guard with pragma once

This commit is contained in:
Lucas De Marchi 2016-02-17 23:25:22 -02:00 committed by Andrew Tridgell
parent 37d7a8214d
commit 761ed7ae03
1 changed files with 1 additions and 4 deletions

View File

@ -13,9 +13,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __AP_FRSKY_TELEM_H__
#define __AP_FRSKY_TELEM_H__
#pragma once
#include <AP_HAL/AP_HAL.h>
#include <AP_Param/AP_Param.h>
@ -184,4 +182,3 @@ private:
uint8_t _sport_status;
};
#endif