AP_Scheduler: replace header guard with pragma once

This commit is contained in:
Lucas De Marchi 2016-02-17 23:25:48 -02:00
parent 008e3c9810
commit f5437f30ac

View File

@ -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