Fix configure mode of RN-42
This commit is contained in:
parent
1619d68cb2
commit
01fa462e2c
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ int main(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Bluetooth mode when ready */
|
/* Bluetooth mode when ready */
|
||||||
if (!force_usb) {
|
if (!config_mode && !force_usb) {
|
||||||
if (rn42_ready() && host_get_driver() != &rn42_driver) {
|
if (rn42_ready() && host_get_driver() != &rn42_driver) {
|
||||||
clear_keyboard();
|
clear_keyboard();
|
||||||
host_set_driver(&rn42_driver);
|
host_set_driver(&rn42_driver);
|
||||||
|
|
Loading…
Add table
Reference in a new issue