1
0
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:
Alexandre Abadie 2022-11-13 08:37:36 +01:00 committed by GitHub
commit b47fed3bc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,4 +10,4 @@ include $(RIOTBASE)/Makefile.include
model.h: $(CURDIR)/model
$(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