Skip to content

Commit

Permalink
Delete unused
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed May 20, 2024
1 parent 382c3fa commit 98764c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flash-firmware.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ def __init__(self, binary_file):
self.binary_file = binary_file
sys_arch = str(sh.uname("-m")).strip()

self.max_approach_no = 1

print(f"System architecture: {sys_arch}")

if sys_arch == "armv7l":
Expand Down

0 comments on commit 98764c0

Please sign in to comment.