summaryrefslogtreecommitdiffstats
path: root/programmer.h
diff options
context:
space:
mode:
Diffstat (limited to 'programmer.h')
-rw-r--r--programmer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/programmer.h b/programmer.h
index 0dda67e3f..809674fce 100644
--- a/programmer.h
+++ b/programmer.h
@@ -178,7 +178,7 @@ struct programmer_entry {
extern const struct programmer_entry *const programmer_table[];
extern const size_t programmer_table_size;
-int programmer_init(enum programmer prog, const char *param);
+int programmer_init(const struct programmer_entry *prog, const char *param);
int programmer_shutdown(void);
struct bitbang_spi_master {