1
0
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:
James Cotton 2012-10-08 08:21:35 -05:00
parent 715fb65df7
commit c0b9d9015d

View File

@ -27,6 +27,7 @@
#define FIRMWAREIAP_H
int32_t FirmwareIAPInitialize();
int32_t FirmwareIAPStart() {return 0;};
#endif // FIRMWAREIAP_H