ArduCopter: remove support for flymaple

This commit is contained in:
Lucas De Marchi 2016-05-23 09:50:58 -03:00
parent d773d68025
commit 33f5fc5f38
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@
#ifndef COMPASS_OFFSETS_MAX
# define COMPASS_OFFSETS_MAX 600 // PX4 onboard compass has high offsets
#endif
#else // SITL, FLYMAPLE, etc
#else // SITL, etc
#ifndef COMPASS_OFFSETS_MAX
# define COMPASS_OFFSETS_MAX 500
#endif