When compiling my FreeRTOS, my functions in string.c conflict with the built-in function 'tolower'
Hey guys When compiling my FreeRTOS, my functions in string.c conflict with the built-in function 'tolower'. Can I use a CFLAGS to resolve this error, and how can i do it? Here's my code