aboutsummaryrefslogtreecommitdiff
path: root/lib/lpc17xx
diff options
context:
space:
mode:
authorTaylor Vesely2012-03-22 15:27:51 -0600
committerPiotr Esden-Tempski2012-03-22 16:22:22 -0700
commitfa1c6bc632d1fe9a84a7e38ecb239b5cedc15c15 (patch)
treeae9fc0cd5e78cde15fd648a2364140af090af733 /lib/lpc17xx
parentcaade9729943db3e5ab228eab33d8175ab680fce (diff)
Successfully compiled and ran miniblink.c for the Blueboard-LPC1768-H.
Diffstat (limited to 'lib/lpc17xx')
-rw-r--r--lib/lpc17xx/libopencm3_lpc17xx.ld3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/lpc17xx/libopencm3_lpc17xx.ld b/lib/lpc17xx/libopencm3_lpc17xx.ld
index d115758..30a2c0f 100644
--- a/lib/lpc17xx/libopencm3_lpc17xx.ld
+++ b/lib/lpc17xx/libopencm3_lpc17xx.ld
@@ -25,6 +25,9 @@
/* Enforce emmition of the vector table. */
EXTERN (vector_table)
+/* Define the entry point of the output file. */
+ENTRY(reset_handler)
+
/* Define sections. */
SECTIONS
{