mirror of
https://github.com/pine64/blisp.git
synced 2026-09-18 13:11:30 +00:00
WIP
This commit is contained in:
@@ -10,6 +10,7 @@ enum blisp_chip_type {
|
||||
|
||||
struct blisp_chip { // TODO: Move elsewhere?
|
||||
enum blisp_chip_type type;
|
||||
const char* type_str;
|
||||
bool usb_isp_available;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user