diff options
| author | Selene ToyKeeper | 2023-11-07 11:04:34 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-11-07 11:04:34 -0700 |
| commit | 96bb6aeb178182c95558c5157b6ddfaecfceb785 (patch) | |
| tree | 6cd898456b8754e60d39f51d98e55b6cb895a01f /bin/flash-tiny85-fuses.sh | |
| parent | Merge branch 'pull15' into trunk (diff) | |
| download | anduril-96bb6aeb178182c95558c5157b6ddfaecfceb785.tar.gz anduril-96bb6aeb178182c95558c5157b6ddfaecfceb785.tar.bz2 anduril-96bb6aeb178182c95558c5157b6ddfaecfceb785.zip | |
shell script cleanup (fix lint warnings, remove unused scripts)
Diffstat (limited to 'bin/flash-tiny85-fuses.sh')
| -rwxr-xr-x | bin/flash-tiny85-fuses.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/flash-tiny85-fuses.sh b/bin/flash-tiny85-fuses.sh index f49049a..d73eae0 100755 --- a/bin/flash-tiny85-fuses.sh +++ b/bin/flash-tiny85-fuses.sh @@ -1,4 +1,4 @@ -#/bin/sh +#!/usr/bin/env sh # 8 MHz, 64ms boot delay, enable flashing # (everything else disabled) # Use low fuse 0xD2 for 4ms startup delay, |
