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:
parent
39f39afa7b
commit
235d64b7b9
@ -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__
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user