aboutsummaryrefslogtreecommitdiffhomepage
path: root/AT91SAM7S256/Source/d_loader.h
diff options
context:
space:
mode:
authorafanofosc2011-07-09 04:45:14 +0000
committerNicolas Schodet2012-02-01 00:20:04 +0100
commit7514a2c489b810faf022a04321c894645e67f3df (patch)
treeea6a6f09095c5bb6f841bbbfaa389a775bc72ed8 /AT91SAM7S256/Source/d_loader.h
parentb0472321014e8fcb110f4cecad734bb6a7e27ae0 (diff)
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
Diffstat (limited to 'AT91SAM7S256/Source/d_loader.h')
-rw-r--r--AT91SAM7S256/Source/d_loader.h2
1 files changed, 1 insertions, 1 deletions
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