Closed mikebentley15 closed 5 years ago
There are some innocuous compiler warnings when compiling the tests about duplicate definition of the CU_ENABLE_TIMER macro variable. This change simply surrounds it with an ifndef
CU_ENABLE_TIMER
ifndef
Sorry, I didn't want to pull in all of the other things. I will make a smaller pull request with only this change.
There are some innocuous compiler warnings when compiling the tests about duplicate definition of the
CU_ENABLE_TIMER
macro variable. This change simply surrounds it with anifndef