Morpheus / mbed-tools

Fork of mbed-tools by -deleted-

export/gcc_arm_lpc1114.tmpl

Committer:
screamer
Date:
2018-02-18
Revision:
24:bea8f5fa1bcc
Parent:
0:4a2e5f0422d6

File content as of revision 24:bea8f5fa1bcc:

{% extends "gcc_arm_common.tmpl" %}

{% block target_project_elf %}
{{ super() }}
	@echo ""
	@echo "*****"
	@echo "***** You must modify vector checksum value in *.bin and *.hex files."
	@echo "*****"
	@echo ""
{% endblock %}