From 1ec821244afc4f671c0c94519cd3a70b2777bf74 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Wed, 23 Jun 2010 05:08:36 +0000 Subject: Sansa AMS bootloader: enter USB mode only when needed - If an error happens when reading partitions / rockbox.sansa - If the select button was pressed add an argument to error() to not power off, when we're going to enter USB mode to try to fix the problem, but display the error message anyway for debugging purpose git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27075 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootloader/common.h') diff --git a/bootloader/common.h b/bootloader/common.h index 2cdf5865b2..6713585ad8 100644 --- a/bootloader/common.h +++ b/bootloader/common.h @@ -43,7 +43,7 @@ extern bool verbose; void reset_screen(void); void printf(const char *format, ...); char *strerror(int error); -void error(int errortype, int error); +void error(int errortype, int error, bool shutdown); int load_firmware(unsigned char* buf, char* firmware, int buffer_size); int load_raw_firmware(unsigned char* buf, char* firmware, int buffer_size); #ifdef ROCKBOX_HAS_LOGF -- cgit v1.2.3