Clean Marlin 1.1.9

This commit is contained in:
James
2019-11-30 16:01:07 +00:00
commit a5630f0f53
556 changed files with 364586 additions and 0 deletions

5
buildroot/bin/pins_set Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
SED=$(which gsed || which sed)
eval "${SED} -i 's/\(#define \b${2}\b\).*$/\1 ${3}/g' Marlin/src/pins/pins_${1}.h"