Skip to content

Commit

Permalink
daisy Makefile template fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Oct 12, 2024
1 parent 344d108 commit 44ebd6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Features:

* migrating to poetry for project management

Bugfixes:

* Daisy template newline.

0.12.1
-----

Expand All @@ -18,7 +22,7 @@ Features:
* DPF: CV flag in portgroups
* DPF: flag to disable scoped denormals

Bugfixes
Bugfixes:

* wwise: allow Bang messages in OnSendMessageCallback()
* Improve `[cos~]` precision.
Expand Down
4 changes: 2 additions & 2 deletions hvcc/generators/c2daisy/templates/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ TARGET = HeavyDaisy_{{name}}
# Library Locations
LIBDAISY_DIR = {{libdaisy_path}}

{%- if linker_script != '' %}
{% if linker_script != '' %}
LDSCRIPT = {{linker_script}}
{%- endif %}
{% endif %}

{% if bootloader != None %}
APP_TYPE = {{bootloader}}
Expand Down

0 comments on commit 44ebd6d

Please sign in to comment.