Skip to content

Commit 91361ec

Browse files
committed
[tools] update default build directory from .build to BUILD
1 parent a6f5233 commit 91361ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
##############################################################################
2626
# Toolchains and Build System Settings
2727
##############################################################################
28-
BUILD_DIR = abspath(join(ROOT, ".build"))
28+
BUILD_DIR = abspath(join(ROOT, "BUILD"))
2929

3030
# ARM Compiler 5
3131
ARM_PATH = "C:/Keil_v5/ARM/ARMCC"

0 commit comments

Comments
 (0)