Skip to content

Commit

Permalink
ditch zipfiles - all we need is cleansers
Browse files Browse the repository at this point in the history
  • Loading branch information
znmeb committed Aug 29, 2024
1 parent 3a6714a commit e6c4d20
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions dev_env/1_pico_sdk/build_rp2040_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ function sdk_build {

popd > /dev/null

echo "Creating $zipfile"
zip -r -q $zipfile $target

}

echo ""
Expand Down
3 changes: 0 additions & 3 deletions dev_env/1_pico_sdk/build_rp2350_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ function sdk_build {

popd > /dev/null

echo "Creating $zipfile"
zip -r -q $zipfile $target

}

echo ""
Expand Down

0 comments on commit e6c4d20

Please sign in to comment.