Copter: fixed flymaple build with copterleds

This commit is contained in:
Andrew Tridgell 2013-09-27 10:32:22 +10:00
parent 99da118faa
commit 566eaf7d41
1 changed files with 3 additions and 0 deletions

View File

@ -219,6 +219,9 @@
#define COPTER_LED_6 AN13 // Motor LED
#define COPTER_LED_7 AN14 // Motor LED
#define COPTER_LED_8 AN15 // Motor LED
#else
// not supported yet on this board
#undef COPTER_LEDS
#endif