revert change in workspace_tools/settings.py

pull/1118/head
Dmitry Bogdanov 2015-05-08 20:46:42 +04:00
parent fa21094284
commit cba8ef5dab
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ if armcc == "keil":
ARM_LIB = join(ARM_PATH, "RV31", "LIB")
elif armcc == "standalone":
ARM_PATH = "/"
ARM_PATH = "C:/Program Files/ARM/armcc_4.1_791"
ARM_BIN = join(ARM_PATH, "bin")
ARM_INC = join(ARM_PATH, "include")
ARM_LIB = join(ARM_PATH, "lib")