summaryrefslogtreecommitdiff
path: root/src/stmf0/ao_boot_chain.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2015-01-25 19:35:19 -0800
committerKeith Packard <keithp@keithp.com>2015-01-25 19:35:19 -0800
commitdf881bce8576f091b2d8cb53b8ce8a43aeedecde (patch)
tree5ee730fc6822f0c5755525212139a709c3a98341 /src/stmf0/ao_boot_chain.c
parent02e1058fa52ee7c867ea6c9031ebb9e21d14889c (diff)
altos: Add self-flash support for STM32F042 processor
Also moves the usual address for applications out of the way of the flash loader. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stmf0/ao_boot_chain.c')
-rw-r--r--src/stmf0/ao_boot_chain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stmf0/ao_boot_chain.c b/src/stmf0/ao_boot_chain.c
index bcebf033..83a543a0 100644
--- a/src/stmf0/ao_boot_chain.c
+++ b/src/stmf0/ao_boot_chain.c
@@ -43,7 +43,7 @@ struct ao_boot {
};
static struct ao_boot __attribute__ ((section(".boot"))) ao_boot;
-
+
int
ao_boot_check_chain(void)
{