mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 00:50:36 +08:00
vcm1193l:Bug Fix set default address
This commit is contained in:
committed by
Daniel Agar
parent
8f4811daa8
commit
075cb39c34
@@ -51,6 +51,8 @@ extern "C" int vcm1193l_main(int argc, char *argv[])
|
||||
using ThisDriver = VCM1193L;
|
||||
BusCLIArguments cli{true, false};
|
||||
cli.default_i2c_frequency = I2C_SPEED;
|
||||
cli.i2c_address = I2C_ADDRESS_DEFAULT;
|
||||
|
||||
|
||||
while ((ch = cli.getOpt(argc, argv, "R:")) != EOF) {
|
||||
switch (ch) {
|
||||
|
||||
Reference in New Issue
Block a user