mirror of
https://github.com/pine64/blisp.git
synced 2025-08-21 11:00:52 +00:00
Compare commits
2 Commits
9230727a3a
...
0374712469
Author | SHA1 | Date | |
---|---|---|---|
|
0374712469 | ||
|
ffe2d0a48b |
@ -88,11 +88,7 @@ blisp_return_t blisp_device_open(struct blisp_device* device,
|
|||||||
// if (device->is_usb) {
|
// if (device->is_usb) {
|
||||||
// device->current_baud_rate = 2000000;
|
// device->current_baud_rate = 2000000;
|
||||||
// } else {
|
// } else {
|
||||||
if (device->chip->type == BLISP_CHIP_BL808) {
|
device->current_baud_rate = 460800;
|
||||||
device->current_baud_rate = 2000000;
|
|
||||||
} else {
|
|
||||||
device->current_baud_rate = 460800;
|
|
||||||
}
|
|
||||||
// }
|
// }
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user