1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00

OpenPilot_posix: Added ENABLE_QUATERNION_STABILIZATION define

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@3116 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
corvus 2011-04-01 15:14:33 +00:00 committed by corvus
parent 63f4ba514f
commit 8a49dbb6ab

View File

@ -52,4 +52,8 @@
#define TELEM_QUEUE_SIZE 20
#define PIOS_TELEM_STACK_SIZE 2048
/* Stabilization options */
#define PIOS_QUATERNION_STABILIZATION
#endif /* PIOS_CONFIG_POSIX_H */