mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
LP-512 Provide missing PIOS_DELAY_GetRaw() prototype for simposix target.
This commit is contained in:
parent
fb69978fda
commit
58e19db08f
@ -32,7 +32,9 @@
|
||||
#ifndef PIOS_DELAY_H
|
||||
#define PIOS_DELAY_H
|
||||
|
||||
#ifndef USE_SIM_POSIX
|
||||
#ifdef USE_SIM_POSIX
|
||||
extern uint32_t PIOS_DELAY_GetRaw();
|
||||
#else
|
||||
#include "pios_delay_raw.h"
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user