mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-22 21:13:52 +01:00
Merge pull request #18900 from maribu/tests/pkg_emlearn
tests/pkg_emlearn: fix compilation
This commit is contained in:
commit
b47fed3bc9
@ -10,4 +10,4 @@ include $(RIOTBASE)/Makefile.include
|
|||||||
|
|
||||||
model.h: $(CURDIR)/model
|
model.h: $(CURDIR)/model
|
||||||
$(Q)$(CURDIR)/generate_model.py
|
$(Q)$(CURDIR)/generate_model.py
|
||||||
$(Q)echo "/* fix for no newline at eof */\n" >> model.h
|
$(Q)echo "/* fix for no newline at eof */" >> model.h
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user