diff options
author | Ryan <fauxpark@gmail.com> | 2020-04-17 17:50:58 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-17 09:50:58 +0200 |
commit | bc13dcd349430074d4276da33ec282bdd7833c78 (patch) | |
tree | 026c2a870b563e2cb51432b706233323d4c7d027 /util/activate_wsl.sh | |
parent | 55002338b1310bcc7e581ac1e59957e6579ee271 (diff) | |
download | qmk_firmware-bc13dcd349430074d4276da33ec282bdd7833c78.tar.gz qmk_firmware-bc13dcd349430074d4276da33ec282bdd7833c78.zip |
Remove Atmel FLIP from install scripts and documentation (#8822)
Diffstat (limited to 'util/activate_wsl.sh')
-rwxr-xr-x | util/activate_wsl.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/activate_wsl.sh b/util/activate_wsl.sh index 78bbf9ccbf..26a47187a9 100755 --- a/util/activate_wsl.sh +++ b/util/activate_wsl.sh @@ -8,7 +8,6 @@ function export_variables { export DFU_UTIL=$download_dir/dfu-util-0.9-win64/dfu-util.exe export TEENSY_LOADER_CLI=$download_dir/teensy_loader_cli.exe export BOOTLOADHID_PROGRAMMER=$download_dir/bootloadHID.2012-12-08/commandline/bootloadHID.exe - export BATCHISP=batchisp.exe } export_variables |