ardupilot/libraries/AP_HAL_ChibiOS/hwdef/common/hrt.h

12 lines
130 B
C
Raw Normal View History

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
2018-01-08 01:07:26 -04:00
void hrt_init(void);
uint64_t hrt_micros(void);
#ifdef __cplusplus
}
#endif