Browse Source

AP_Scheduler: PerfInfo: add pragma-once to header

mission-4.1.18
Peter Barker 7 years ago committed by Andrew Tridgell
parent
commit
d1781532d4
  1. 2
      libraries/AP_Scheduler/PerfInfo.h

2
libraries/AP_Scheduler/PerfInfo.h

@ -1,3 +1,5 @@ @@ -1,3 +1,5 @@
#pragma once
#include <stdint.h>
namespace AP {

Loading…
Cancel
Save