Skip to content

Commit

Permalink
Updating configuration script
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Flores committed Apr 10, 2019
1 parent a3fd716 commit b66606e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions scripts/configure.sh
Expand Up @@ -17,12 +17,8 @@ if [ $1 = "olimex-stm32-e407" ]; then
./tools/configure.sh olimex-stm32-e407/adc
elif [ $2 = "microxrcedds" ];then
./tools/configure.sh olimex-stm32-e407/microxrcedds
elif [ $2 = "6lowpan-cord" ];then
./tools/configure.sh olimex-stm32-e407/mrf24j40-6lowpan-cord
elif [ $2 = "6lowpan-node" ];then
./tools/configure.sh olimex-stm32-e407/mrf24j40-6lowpan-node
elif [ $2 = "mrf24j40-mac" ];then
./tools/configure.sh olimex-stm32-e407/mrf24j40-mac
elif [ $2 = "mrf24j40-6lowpan" ];then
./tools/configure.sh olimex-stm32-e407/mrf24j40-6lowpan
elif [ $2 = "pm" ];then
./tools/configure.sh olimex-stm32-e407/pm
elif [ $2 = "tcpecho" ];then
Expand Down

0 comments on commit b66606e

Please sign in to comment.