mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
AP_Scheduler: replace header guard with pragma once
This commit is contained in:
parent
008e3c9810
commit
f5437f30ac
@ -19,9 +19,7 @@
|
|||||||
* Author: Andrew Tridgell, January 2013
|
* Author: Andrew Tridgell, January 2013
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef AP_SCHEDULER_H
|
|
||||||
#define AP_SCHEDULER_H
|
|
||||||
|
|
||||||
#include <AP_Param/AP_Param.h>
|
#include <AP_Param/AP_Param.h>
|
||||||
|
|
||||||
@ -129,5 +127,3 @@ private:
|
|||||||
// number of ticks that _spare_micros is counted over
|
// number of ticks that _spare_micros is counted over
|
||||||
uint8_t _spare_ticks;
|
uint8_t _spare_ticks;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // AP_SCHEDULER_H
|
|
||||||
|
Loading…
Reference in New Issue
Block a user