stm32-hotspot / stm32wb-matter-device-over-thread

Matter device over thread for STM32WB
Other
26 stars 4 forks source link

Linux include directory error #7

Open clopso opened 11 months ago

clopso commented 11 months ago

In GNU C and GNU C++ include directories, the following paths are wrong

All letters in the mbedTLS folder are in lower case, causing malfunction in Linux because of how the file system works I fixed this by changing the mbedTLS in include directories to mbedtls