mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-06 21:54:15 +01:00
LP-479 fix simposix firmware build
This commit is contained in:
parent
3a102d3a64
commit
3b39f1b4ce
@ -32,7 +32,9 @@
|
|||||||
#ifndef PIOS_DELAY_H
|
#ifndef PIOS_DELAY_H
|
||||||
#define PIOS_DELAY_H
|
#define PIOS_DELAY_H
|
||||||
|
|
||||||
|
#ifndef USE_SIM_POSIX
|
||||||
#include "pios_delay_raw.h"
|
#include "pios_delay_raw.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Public Functions */
|
/* Public Functions */
|
||||||
extern int32_t PIOS_DELAY_Init(void);
|
extern int32_t PIOS_DELAY_Init(void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user