AP_Camera: replace header guard with pragma once
This commit is contained in:
parent
235d64b7b9
commit
d721ad70eb
@ -2,9 +2,7 @@
|
||||
|
||||
/// @file AP_Camera.h
|
||||
/// @brief Photo or video camera manager, with EEPROM-backed storage of constants.
|
||||
|
||||
#ifndef AP_CAMERA_H
|
||||
#define AP_CAMERA_H
|
||||
#pragma once
|
||||
|
||||
#include <AP_Param/AP_Param.h>
|
||||
#include <AP_Common/AP_Common.h>
|
||||
@ -102,5 +100,3 @@ private:
|
||||
bool _timer_installed:1;
|
||||
uint8_t _last_pin_state;
|
||||
};
|
||||
|
||||
#endif /* AP_CAMERA_H */
|
||||
|
Loading…
Reference in New Issue
Block a user