Successfully compiled and ran miniblink.c for the Blueboard-LPC1768-H.

This commit is contained in:
Taylor Vesely 2012-03-22 15:27:51 -06:00 committed by Piotr Esden-Tempski
parent caade97299
commit fa1c6bc632

View File

@ -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
{