diff options
| author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-07-31 17:25:34 -0400 |
|---|---|---|
| committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-07-31 17:27:43 -0400 |
| commit | 6126bf59194ccbde784a308717f69607b2bc1e20 (patch) | |
| tree | 78be84fbfc63ff1432faa6fc2eef1f028c319890 /libmaple | |
| parent | 15b8a03de97078823ed431e472aedb0988d62220 (diff) | |
Move bootloader details out of libmaple.h.
Finally!
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'libmaple')
| -rw-r--r-- | libmaple/include/libmaple/libmaple.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libmaple/include/libmaple/libmaple.h b/libmaple/include/libmaple/libmaple.h index 5abcaf9..c9034d7 100644 --- a/libmaple/include/libmaple/libmaple.h +++ b/libmaple/include/libmaple/libmaple.h @@ -41,14 +41,6 @@ extern "C" { #include <libmaple/util.h> #include <libmaple/delay.h> -/* - * Where to put usercode, based on space reserved for bootloader. - * - * FIXME this has no business being here - */ -#define USER_ADDR_ROM 0x08005000 -#define USER_ADDR_RAM 0x20000C00 - #ifdef __cplusplus } #endif |
