mirror of
https://github.com/pine64/blisp.git
synced 2025-03-14 02:48:56 +00:00
9 lines
189 B
C
9 lines
189 B
C
#include "blisp.h"
|
|
|
|
struct blisp_chip blisp_chip_bl808 = {
|
|
.type = BLISP_CHIP_BL808,
|
|
.type_str = "bl808",
|
|
.usb_isp_available = true,
|
|
.handshake_byte_multiplier = 0.006f,
|
|
};
|