Skip to content

Commit

Permalink
Restyled by shellharden
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and restyled-io[bot] committed May 30, 2022
1 parent b6378d9 commit 1130447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/nxp/k32w0_sdk/sdk_fixes/patch_k32w_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ echo "Downloading PDM and BLE libraries from NXP server..."
rm -rf patch_for_K32W061_SDK_2_6_4.zip patch_for_K32W061_SDK_2_6_4
wget https://www.nxp.com/downloads/en/libraries/patch_for_K32W061_SDK_2_6_4.zip
exitCode=$?
if [ $exitCode -ne 0 ]; then
if [ "$exitCode" -ne 0 ]; then
echo "Download error"
exit
fi
Expand Down

0 comments on commit 1130447

Please sign in to comment.