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,10 +227,6 @@ void loop()
227 227
             for (i = 0; i < 8; i++) {
228 228
                 Servo_data[i] = 1000;
229 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 232
     #endif

Loading…
Cancel
Save