aboutsummaryrefslogtreecommitdiffstats
path: root/ch341a_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'ch341a_spi.c')
-rw-r--r--ch341a_spi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ch341a_spi.c b/ch341a_spi.c
index 48c64207..294a6a65 100644
--- a/ch341a_spi.c
+++ b/ch341a_spi.c
@@ -525,7 +525,5 @@ const struct programmer_entry programmer_ch341a_spi = {
.type = USB,
.devs.dev = devs_ch341a_spi,
.init = ch341a_spi_init,
- .map_flash_region = fallback_map,
- .unmap_flash_region = fallback_unmap,
.delay = ch341a_spi_delay,
};