mirror of
https://github.com/pine64/blisp.git
synced 2025-04-08 11:27:17 +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
|
|
};
|