From 0bf790c5d8b546d542ec50be0d74b13d4687f0f6 Mon Sep 17 00:00:00 2001 From: Enrico Pozzobon Date: Sat, 27 Jul 2019 09:35:10 +0200 Subject: [PATCH] added .dat files to include headers --- templates/bluepill/configure | 4 ++-- templates/esp32/configure | 4 ++-- templates/f7/configure | 2 +- templates/uno/configure | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/bluepill/configure b/templates/bluepill/configure index 2b8a084..d3c9b5f 100755 --- a/templates/bluepill/configure +++ b/templates/bluepill/configure @@ -1,5 +1,5 @@ #!/bin/bash -mv -n *.c *.C *.s *.S src/ -mv -n *.inc *.h *.H include/ +mv -n *.c *.s *.S src/ +mv -n *.dat *.inc *.h include/ sed -i src/encrypt.c -e "s/\(\s\)init(/\1_init(/g" exit 0 diff --git a/templates/esp32/configure b/templates/esp32/configure index 2b8a084..d3c9b5f 100755 --- a/templates/esp32/configure +++ b/templates/esp32/configure @@ -1,5 +1,5 @@ #!/bin/bash -mv -n *.c *.C *.s *.S src/ -mv -n *.inc *.h *.H include/ +mv -n *.c *.s *.S src/ +mv -n *.dat *.inc *.h include/ sed -i src/encrypt.c -e "s/\(\s\)init(/\1_init(/g" exit 0 diff --git a/templates/f7/configure b/templates/f7/configure index cfde59c..ba003c4 100755 --- a/templates/f7/configure +++ b/templates/f7/configure @@ -1,5 +1,5 @@ #!/bin/bash -mv -n *.inc *.h Inc/ +mv -n *.dat *.inc *.h Inc/ sed -i src/encrypt.c -e "s/\(\s\)init(/\1_init(/g" mkdir -p /tmp/f7/Drivers ln -s /tmp/f7/Drivers Drivers diff --git a/templates/uno/configure b/templates/uno/configure index 2b8a084..d3c9b5f 100755 --- a/templates/uno/configure +++ b/templates/uno/configure @@ -1,5 +1,5 @@ #!/bin/bash -mv -n *.c *.C *.s *.S src/ -mv -n *.inc *.h *.H include/ +mv -n *.c *.s *.S src/ +mv -n *.dat *.inc *.h include/ sed -i src/encrypt.c -e "s/\(\s\)init(/\1_init(/g" exit 0 -- libgit2 0.26.0