mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
Hack: The OSX sim includes modules slightly differently than the
main code so needs an implementation of FirmwareIAPStart() until this is fixed.
This commit is contained in:
parent
715fb65df7
commit
c0b9d9015d
@ -27,6 +27,7 @@
|
|||||||
#define FIRMWAREIAP_H
|
#define FIRMWAREIAP_H
|
||||||
|
|
||||||
int32_t FirmwareIAPInitialize();
|
int32_t FirmwareIAPInitialize();
|
||||||
|
int32_t FirmwareIAPStart() {return 0;};
|
||||||
|
|
||||||
#endif // FIRMWAREIAP_H
|
#endif // FIRMWAREIAP_H
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user