aboutsummaryrefslogtreecommitdiffstats
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 818cea72..d58a155b 100644
--- a/programmer_table.c
+++ b/programmer_table.c
@@ -167,6 +167,10 @@ const struct programmer_entry *const programmer_table[] = {
#if CONFIG_STLINKV3_SPI == 1
&programmer_stlinkv3_spi,
#endif
+
+#if CONFIG_DIRTYJTAG_SPI == 1
+ &programmer_dirtyjtag_spi,
+#endif
};
const size_t programmer_table_size = ARRAY_SIZE(programmer_table);