Commit 857598b6 authored by Alessandro Rubini's avatar Alessandro Rubini

mch_flasher: support more filename/address pairs

3 are not enough: we need 4. So support up to 16 even though we waste
a few dozen bytes of precious RAM.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 83fd2e62
......@@ -63,7 +63,7 @@ typedef struct {
uint32_t offset;
} sndfile;
sndfile filearray[3];
sndfile filearray[16];
//External variable from version.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment