aboutsummaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index d9b3b7d4..dc0daef5 100644
--- a/flash.h
+++ b/flash.h
@@ -88,6 +88,7 @@ enum programmer {
PROGRAMMER_IT87SPI,
PROGRAMMER_FT2232SPI,
PROGRAMMER_SERPROG,
+ PROGRAMMER_INVALID /* This must always be the last entry. */
};
extern enum programmer programmer;