removing unused i2c2 from main_ap

This commit is contained in:
Gautier Hattenberger
2010-09-03 19:33:55 +00:00
parent f84249708c
commit 489795360a
+1 -5
View File
@@ -79,7 +79,7 @@
#include "srf08.h"
#endif
#if defined USE_I2C0 || USE_I2C1 || USE_I2C2
#if defined USE_I2C0 || USE_I2C1
#include "i2c.h"
#endif
@@ -741,10 +741,6 @@ void init_ap( void ) {
i2c1_init();
#endif
#ifdef USE_I2C2
i2c2_init();
#endif
#ifdef USE_AIRSPEED_ETS
airspeed_ets_init();
#endif