commented unused configure_mag in asprin driver to get rid of warning

This commit is contained in:
Felix Ruess
2011-11-24 12:04:53 +01:00
parent b1c8d2af45
commit 9fb515fe32
+1 -1
View File
@@ -7,8 +7,8 @@ struct ImuAspirin imu_aspirin;
/* initialize peripherals */
static void configure_gyro(void);
static void configure_mag(void);
static void configure_accel(void);
//static void configure_mag(void);
static void send_i2c_msg_with_retry(struct i2c_transaction* t) {
uint8_t max_retry = 8;