1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-31 16:52:10 +01:00

LP-479 fix simposix firmware build

This commit is contained in:
Vladimir Zidar 2017-04-21 04:54:41 -07:00
parent 3a102d3a64
commit 3b39f1b4ce

View File

@ -32,7 +32,9 @@
#ifndef PIOS_DELAY_H
#define PIOS_DELAY_H
#ifndef USE_SIM_POSIX
#include "pios_delay_raw.h"
#endif
/* Public Functions */
extern int32_t PIOS_DELAY_Init(void);