mkblctrl - hotfix for i2c scan

This commit is contained in:
marco 2013-11-22 21:05:40 +01:00
parent cc8e85ce7e
commit d2e32f2fc5
1 changed files with 1 additions and 1 deletions

View File

@ -1567,7 +1567,7 @@ mkblctrl_main(int argc, char *argv[])
}
if (bus != -1) {
if (bus == -1) {
bus = mk_check_for_i2c_esc_bus(devicepath, motorcount);
}