1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Fix win32 sim macro problem

This is to get the macro in pios.win32 in sync with sim posix and
real flight.
This commit is contained in:
Mathieu Rondonneau 2011-09-01 21:50:13 -04:00 committed by Stacey Sheldon
parent 86ce79af1d
commit ae1dd945b1

View File

@ -38,7 +38,7 @@
* and we cannot define a linker script for each of them atm
*/
#define MODULE_INITCALL(ifn, iparam, sfn, sparam, flags)
#define MODULE_INITCALL(ifn, sfn)
#define MODULE_TASKCREATE_ALL