summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flash.h b/flash.h
index c3302c4..3170efe 100644
--- a/flash.h
+++ b/flash.h
@@ -128,7 +128,7 @@ void chip_readn(uint8_t *buf, const chipaddr addr, size_t len);
void programmer_delay(int usecs);
enum bitbang_spi_master_type {
- BITBANG_SPI_DUMMY /* remove as soon as there is a real entry */
+ BITBANG_SPI_INVALID = 0, /* This must always be the first entry. */
};
struct bitbang_spi_master {
OpenPOWER on IntegriCloud