2 parents 1951294 + 7f426d2 commit 995e00cCopy full SHA for 995e00c
2 files changed
IMSProg_programmer/ch34x_i2c.c
@@ -39,7 +39,7 @@
39
extern struct libusb_device_handle *handle;
40
extern struct ch347_priv *priv;
41
42
-struct xxx {
+struct {
43
uint8_t ibuf[512];
44
uint8_t obuf[512];
45
} i2c_buf;
IMSProg_programmer/spi_nor_flash.c
@@ -77,7 +77,7 @@
77
/* #define snor_dbg(args...) do { if (1) printf(args); } while(0) */
78
79
80
81
uint8_t ibuf[548];
82
uint8_t obuf[548];
83
} spi_buf;
0 commit comments