summaryrefslogtreecommitdiff
path: root/programmer_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'programmer_table.c')
-rw-r--r--programmer_table.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/programmer_table.c b/programmer_table.c
index 09351679..79acd779 100644
--- a/programmer_table.c
+++ b/programmer_table.c
@@ -156,6 +156,10 @@ const struct programmer_entry *const programmer_table[] = {
&programmer_ch341a_spi,
#endif
+#if CONFIG_CH347_SPI == 1
+ &programmer_ch347_spi,
+#endif
+
#if CONFIG_DIGILENT_SPI == 1
&programmer_digilent_spi,
#endif