Purge uGFX. (#14720)
* Purge uGFX. * Remove remnants of visualizer. * Remove remnants of uGFX.
This commit is contained in:
@ -38,7 +38,7 @@ find_chibi_files() {
|
||||
local search_path="$1"
|
||||
shift
|
||||
local conditions=( "$@" )
|
||||
for file in $(find -L "$search_path" -not -path '*/lib/chibios*' -and -not -path '*/lib/ugfx*' -and -not -path '*/util/*' -and \( "${conditions[@]}" \) | sort) ; do
|
||||
for file in $(find -L "$search_path" -not -path '*/lib/chibios*' -and -not -path '*/util/*' -and \( "${conditions[@]}" \) | sort) ; do
|
||||
if [ -z "$(grep 'include_next' "$file")" ] ; then
|
||||
echo $file
|
||||
fi
|
||||
|
Reference in New Issue
Block a user