change example array type

This commit is contained in:
Todd Treece 2015-07-29 18:13:11 -04:00
parent d1ff4aca05
commit 3979e5e4fd

View file

@ -70,7 +70,7 @@ function build_platform()
local exit_code=0
# grab all pde and ino example sketches
declare -A examples
declare -a examples
# loop through results and add them to the array
find $PWD -name "*.pde" -o -name "*.ino" | while read line; do