1
0
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:
Vladimir Zidar 2017-05-22 13:56:31 -07:00
parent fb69978fda
commit 58e19db08f

View File

@ -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