Merge "ipq5018: increase bt wait timeout"

This commit is contained in:
Linux Build Service Account 2021-01-06 13:09:07 -08:00 committed by Gerrit - the friendly Code Review server
commit d110bd4798

View file

@ -640,7 +640,7 @@ typedef enum {
BT_WAIT_FOR_STOP = 2,
} bt_wait;
#define BT_TIMEOUT_US 50000
#define BT_TIMEOUT_US 500000
int bt_init(void);
#endif