bmx055: fix up some issues reported by static analysis
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
@@ -85,10 +85,10 @@ namespace upm {
|
||||
* I2C or for SPI with a hardware controlled pin.
|
||||
*/
|
||||
BMI055(int accelBus=BMA250E_I2C_BUS,
|
||||
uint8_t accelAddr=BMA250E_DEFAULT_ADDR,
|
||||
int accelAddr=BMA250E_DEFAULT_ADDR,
|
||||
int accelCS=-1,
|
||||
int gyroBus=BMG160_I2C_BUS,
|
||||
uint8_t gyroAddr=BMG160_DEFAULT_ADDR,
|
||||
int gyroAddr=BMG160_DEFAULT_ADDR,
|
||||
int gyroCS=-1);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user