mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-31 20:38:27 +08:00
commented unused configure_mag in asprin driver to get rid of warning
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user