mirror of
https://github.com/pine64/blisp.git
synced 2024-12-23 15:00:13 +00:00
7 lines
122 B
C
7 lines
122 B
C
|
#include "blisp.h"
|
||
|
|
||
|
struct blisp_chip blisp_chip_bl70x = {
|
||
|
.type = BLISP_CHIP_BL70X,
|
||
|
.usb_isp_available = true
|
||
|
};
|