Browse Source

AP_Scheduler: replace header guard with pragma once

mission-4.1.18
Lucas De Marchi 9 years ago
parent
commit
f5437f30ac
  1. 6
      libraries/AP_Scheduler/AP_Scheduler.h

6
libraries/AP_Scheduler/AP_Scheduler.h

@ -19,9 +19,7 @@ @@ -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: @@ -129,5 +127,3 @@ private:
// number of ticks that _spare_micros is counted over
uint8_t _spare_ticks;
};
#endif // AP_SCHEDULER_H

Loading…
Cancel
Save