change example array type
This commit is contained in:
parent
d1ff4aca05
commit
3979e5e4fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue