mbed official / mbed-sdk-tools
Committer:
theotherjimmy
Date:
Tue Sep 25 13:52:56 2018 -0500
Revision:
45:c4a728429846
Parent:
36:96847d42f010
Fix usage of notify API in legacy support code

Who changed what in which revision?

UserRevisionLine numberNew contents of line
The Other Jimmy 36:96847d42f010 1 {% for d in defines -%}
The Other Jimmy 36:96847d42f010 2 {% if d[0] == 'D' %}#define {% else %}#undef{% endif %} {{ d[1]|join(' ')}}
The Other Jimmy 36:96847d42f010 3 {% endfor %}
The Other Jimmy 36:96847d42f010 4 {% for i in forced_includes -%}
The Other Jimmy 36:96847d42f010 5 #include "{{i}}"
The Other Jimmy 36:96847d42f010 6 {% endfor %}