MaJerle / stm32-usart-uart-dma-rx-tx

STM32 examples for USART using DMA for efficient RX and TX transmission
MIT License
1.3k stars 322 forks source link

Use correct path to FreeRTOS include directory #20

Closed jakeru closed 2 years ago

jakeru commented 2 years ago

On case sensitive file systems we got an error message telling us that FreeRTOS.h could not be found.

This fixes that by changing the include path from FreeRTOS/Source/Include to FreeRTOS/Source/include.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.