Quellcode durchsuchen

Fixed default values in readme

Alexander Voronov vor 6 Jahren
Ursprung
Commit
c5fa22ef06
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      readme.md

+ 1 - 1
readme.md

@@ -117,7 +117,7 @@ make help
 ### Default values: ###
 | Variable | Default Value                       | Means                         |
 |----------|-------------------------------------|-------------------------------|
-| CMSIS    | ../../CMSIS                         | path to CMSIS root folder     |
+| CMSIS    | ./CMSIS                             | path to CMSIS root folder     |
 | CMSISDEV | $(CMSIS)/Device                     | path to CMSIS device folder   |
 | CMSISCORE| $(CMSIS)/CMSIS/Include $(CMSIS)/CMSIS/Core/Include | path to CMSIS core headers |
 | MCU      | stm32l100xc                         | MCU selection for demo project|