mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -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
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef AP_SCHEDULER_H
|
||||
#define AP_SCHEDULER_H
|
||||
#pragma once
|
||||
|
||||
#include <AP_Param/AP_Param.h>
|
||||
|
||||
@ -129,5 +127,3 @@ private:
|
||||
// number of ticks that _spare_micros is counted over
|
||||
uint8_t _spare_ticks;
|
||||
};
|
||||
|
||||
#endif // AP_SCHEDULER_H
|
||||
|
Loading…
Reference in New Issue
Block a user