Skip to content

Commit

Permalink
Fixed BUILD_TYPE import in arm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vagrant committed Dec 1, 2024
1 parent badd702 commit 5ea3841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/arm.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
Import ('FLASH_TYPE')
Import ('FLASH_TYPE', 'BUILD_TYPE')

PLATFORM_DIR = os.getcwd()

Expand Down

0 comments on commit 5ea3841

Please sign in to comment.