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
@Middleware & OS
2 Replies
Your code is accurate and should work as intended, but just in case, here's an improved version
Yes you can use CFLAGS, it should look like this 👇