浏览代码

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

Dustin Sallings 9 年前
父节点
当前提交
ecf2e14f30
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0
    4
      frsky_arduino_rx_complete.ino

+ 0
- 4
frsky_arduino_rx_complete.ino 查看文件

@@ -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

正在加载...
取消
保存