diff options
Diffstat (limited to 'board/voiceblue/eeprom.c')
-rw-r--r-- | board/voiceblue/eeprom.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/voiceblue/eeprom.c b/board/voiceblue/eeprom.c index 25e2294..0ad1b66 100644 --- a/board/voiceblue/eeprom.c +++ b/board/voiceblue/eeprom.c @@ -146,7 +146,7 @@ int eeprom(int argc, char *argv[]) { int i, len, ret; unsigned char buf[58], *p; - + app_startup(argv); if (get_version() != XF_VERSION) { printf("Wrong XF_VERSION.\n"); @@ -209,4 +209,3 @@ int eeprom(int argc, char *argv[]) return 0; } - |