mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-15 08:27:34 +08:00
vcm1193l:Bug Fix set default address
This commit is contained in:
committed by
Daniel Agar
parent
c8426da50d
commit
84066f574d
@@ -70,6 +70,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