# HG changeset patch # User heinrichsweikamp # Date 1606646463 -3600 # Node ID 1eee6fb108cb600512bd5c73bf2009b818977f3d # Parent 1c95f811967c01cddf513d744d6214eca1bb6cd9 Minor: Update the documentation for building the code diff -r 1c95f811967c -r 1eee6fb108cb wiki/Detailed CPU1-Discovery Project.md --- a/wiki/Detailed CPU1-Discovery Project.md Tue Nov 24 13:22:23 2020 -0600 +++ b/wiki/Detailed CPU1-Discovery Project.md Sun Nov 29 11:41:03 2020 +0100 @@ -59,9 +59,9 @@ ## Add include paths ## -1. Select your top-level project, right-click to edit `properties`. In `C/C++ Build` choose `Settings`, then `MCU GCC Compiler` and `Includes`. **Make sure to select `Configuration: [All Configurations]` **. Click `Add...` choose `Workspace...` and select the `Common/Drivers/CMIS_v210` directory. -2. Do the same for `Common/Drivers/STM32F4xx_v220/Include` directory. -3. Do the same for `Common/Drivers/STM32F4xx_HAL_DRIVER_v120/Inc` directory. +1. Select your top-level project, right-click to edit `properties`. In `C/C++ Build` choose `Settings`, then `MCU GCC Compiler` and `Includes`. **Make sure to select `Configuration: [All Configurations]` **. Click `Add...` choose `Workspace...` and select the `Common/Drivers/CMIS/Include` directory. +2. Do the same for `Common/Drivers/STM32F4xx/Include` directory. +3. Do the same for `Common/Drivers/STM32F4xx_HAL_DRIVER/Inc` directory. 4. Do the same for `Common/Inc` directory. 5. Do the same for `Discovery/Inc` directory. 6. Use the _Move Up_ icon to make sure `Discovery/Inc` is first.