5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-06 07:58:28 -04:00

AP_BoardConfig: replace header guard with pragma once

This commit is contained in:
Lucas De Marchi 2016-02-17 23:25:16 -02:00 committed by Andrew Tridgell
parent 39f39afa7b
commit 235d64b7b9

View File

@ -1,7 +1,5 @@
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
#ifndef __AP_BOARDCONFIG_H__
#define __AP_BOARDCONFIG_H__
#pragma once
#include <AP_HAL/AP_HAL.h>
#include <AP_Common/AP_Common.h>
@ -37,7 +35,3 @@ private:
#endif
};
#endif // __AP_BOARDCONFIG_H__