Browse Source

Don't need to special case 2 when it does nothing different

Dustin Sallings 9 years ago
parent
commit
ecf2e14f30
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      frsky_arduino_rx_complete.ino

+ 0
- 4
frsky_arduino_rx_complete.ino View File

227
             for (i = 0; i < 8; i++) {
227
             for (i = 0; i < 8; i++) {
228
                 Servo_data[i] = 1000;
228
                 Servo_data[i] = 1000;
229
                 ppm[i] = 1000;
229
                 ppm[i] = 1000;
230
-                if (i == 2) {
231
-                    Servo_data[2] = 1000; //THROTLE ON CHN3 here it can be changed Throttle on other channel
232
-                    ppm[2] = 1000;
233
-                }
234
             }
230
             }
235
         }
231
         }
236
     #endif
232
     #endif

Loading…
Cancel
Save