From 7514a2c489b810faf022a04321c894645e67f3df Mon Sep 17 00:00:00 2001 From: afanofosc Date: Sat, 9 Jul 2011 04:45:14 +0000 Subject: RS485 changes. Also changed ARROP to use the type of the output parameter rather than the input array type to determine float/signed/unsigned calculations. git-svn-id: https://mindboards.svn.sourceforge.net/svnroot/mindboards/lms_nbcnxc/branches/version_131@41 c9361245-7fe8-9947-84e8-057757c4e366 --- AT91SAM7S256/Source/d_loader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AT91SAM7S256/Source/d_loader.h') diff --git a/AT91SAM7S256/Source/d_loader.h b/AT91SAM7S256/Source/d_loader.h index e380bb5..9ccd01c 100644 --- a/AT91SAM7S256/Source/d_loader.h +++ b/AT91SAM7S256/Source/d_loader.h @@ -19,7 +19,7 @@ #define STARTOFFILETABLE (0x140000L - (FILETABLE_SIZE*4)) #define FILEPTRTABLE ((const ULONG*)(0x140000L - (FILETABLE_SIZE*4))) #ifndef STRIPPED -#define STARTOFUSERFLASH (0x125800L)//(0x124600L) 1.31 == (0x122100L) +#define STARTOFUSERFLASH (0x125C00L)//(0x124600L) 1.31 == (0x122100L) #else #define STARTOFUSERFLASH (0x122400L)//(0x124600L) 1.31 == (0x122100L) #endif -- cgit v1.2.3