Browse Source

Correct outdated variable names in readme file.

Clemens Zangl 5 năm trước cách đây
mục cha
commit
0d08745fa7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -39,7 +39,7 @@ You can do this by passing values through command line during cmake run or by se
 
 ## Configuration
 
-* `TOOLCHAIN_PREFIX` - where toolchain is located, **default**: `/usr`
+* `STM32_TOOLCHAIN_PATH` - where toolchain is located, **default**: `/usr`
 * `TARGET_TRIPLET` - toolchain target triplet, **default**: `arm-none-eabi`
 * `STM32_CUBE_<FAMILY>_PATH` - path to STM32Cube directory, where `<FAMILY>` is one of `F0 G0 L0 F1 L1 F2 F3 F4 G4 L4 F7 H7` **default**: `/opt/STM32Cube<FAMILY>`