aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/flash-ar100.py
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2025-08-15 21:48:09 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-08-15 21:48:09 +0100
commit22169b99b7756349baddae84b2b4e058acce5599 (patch)
tree0872a0b01322f2b776ee99b43c54fd3e824cf85e /scripts/flash-ar100.py
parenta961fbda426d79dc3c33a66848408e84b0737a98 (diff)
downloadkutter-22169b99b7756349baddae84b2b4e058acce5599.tar.gz
kutter-22169b99b7756349baddae84b2b4e058acce5599.tar.xz
kutter-22169b99b7756349baddae84b2b4e058acce5599.zip
Isort all scriptsv0.1.0-rc1
Diffstat (limited to 'scripts/flash-ar100.py')
-rwxr-xr-xscripts/flash-ar100.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/flash-ar100.py b/scripts/flash-ar100.py
index 0896ae07..7c3fc92a 100755
--- a/scripts/flash-ar100.py
+++ b/scripts/flash-ar100.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# This file may be distributed under the terms of the GNU GPLv3 license.
-import mmap
import argparse
+import mmap
import sys
FW_START = 0x00004000