forked from Archive/PX4-Autopilot
perf_counter: added include
This commit is contained in:
parent
17ec859758
commit
a79eef05bc
|
@ -39,6 +39,8 @@
|
|||
#ifndef _SYSTEMLIB_PERF_COUNTER_H
|
||||
#define _SYSTEMLIB_PERF_COUNTER_H value
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
* Counter types.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue