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

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

Linux include directory error #7

Open clopso opened 1 year ago

clopso commented 1 year 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