Fix compiler warnings

This commit is contained in:
Don Gagne
2014-06-29 17:47:24 -07:00
parent 28a31708f9
commit 92adbe9216
45 changed files with 163 additions and 207 deletions

View File

@@ -65,7 +65,6 @@ int test_ppm_loopback(int argc, char *argv[])
int _rc_sub = orb_subscribe(ORB_ID(input_rc));
int servo_fd, result;
servo_position_t data[PWM_OUTPUT_MAX_CHANNELS];
servo_position_t pos;
servo_fd = open(PWM_OUTPUT_DEVICE_PATH, O_RDWR);