Home
last modified time | relevance | path

Searched refs:DEF (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-3.7.0-3.6.0-3.5.0/tools/
Dcheck_configs.sh4 for DEF in $(git grep "$CONF:" | sed -n "s/.*$CONF: \+\(\w\+\).*/\1/p"); do
5 if [ $(git grep "$DEF" | wc -l) -lt 2 ]; then
6 echo "$CONF: $DEF only appears once"