This commit is contained in:
Marek Kraus
2022-09-25 10:58:59 +02:00
parent 9d8738cb85
commit 29a36a2d7b
10 changed files with 277 additions and 51 deletions
+6
View File
@@ -0,0 +1,6 @@
#include "blisp.h"
struct blisp_chip blisp_chip_bl70x = {
.type = BLISP_CHIP_BL70X,
.usb_isp_available = true
};