1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 08:15:26 +03:00

Generic RCDevice support first submission

This commit is contained in:
allenyan 2017-10-14 18:10:12 +08:00 committed by azolyoung
parent b3b7fece42
commit 51ab2adc74
19 changed files with 2430 additions and 711 deletions

View file

@ -227,7 +227,7 @@ void initActiveBoxIds(void)
activeBoxIds[activeBoxIdCount++] = BOXKILLSWITCH;
activeBoxIds[activeBoxIdCount++] = BOXFAILSAFE;
#ifdef USE_RCSPLIT
#ifdef USE_RCDEVICE
activeBoxIds[activeBoxIdCount++] = BOXCAMERA1;
activeBoxIds[activeBoxIdCount++] = BOXCAMERA2;
activeBoxIds[activeBoxIdCount++] = BOXCAMERA3;