Commit a395e7b
authored
Update CMakeLists.txt (#78)
Correct STM3F7xx to STM32F7xx in order to compile correctly
<!--- Title -->
Description
-----------
<!--- Describe your changes in detail. -->
The FREERTOS_PLUS_FAT_PORT option was wrong in CMakeList.txt missing a
"2" in order to align to other part of code
Test Steps
-----------
<!-- Describe the steps to reproduce. -->
Try to compile with option
set(FREERTOS_PLUS_FAT_PORT "STM32F7XX" CACHE STRING "" FORCE)
in originale file and you will have a error becaus you don't compile .c
file
Checklist:
----------
<!--- Go over all the following points, and put an `x` in all the boxes
that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
- [X] I have tested my changes. No regression in existing tests.
- [ ] I have modified and/or added unit-tests to cover the code changes
in this Pull Request.
Related Issue
-----------
<!-- If any, please provide issue ID. -->
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.1 parent c8ab060 commit a395e7b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments