From 90937be3d4c9a3322c4cdabdab5a37caf80cbe29 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Thu, 28 Nov 2013 11:34:00 +0900 Subject: [PATCH] AP_Motors: fix example sketch --- .../examples/AP_Motors_test/AP_Motors_test.pde | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/libraries/AP_Motors/examples/AP_Motors_test/AP_Motors_test.pde b/libraries/AP_Motors/examples/AP_Motors_test/AP_Motors_test.pde index c0c76fda9d..d1b988d92f 100644 --- a/libraries/AP_Motors/examples/AP_Motors_test/AP_Motors_test.pde +++ b/libraries/AP_Motors/examples/AP_Motors_test/AP_Motors_test.pde @@ -84,15 +84,4 @@ void loop() } } -// print motor output -void print_motor_output() -{ - int8_t i; - for(i=0; iprintf("\t%d %d",i,motors.motor_out[i]); - } - } -} - AP_HAL_MAIN();