mirror of
https://github.com/FreeRTOS/Lab-Project-FreeRTOS-FAT.git
synced 2025-10-18 00:12:17 +08:00

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.