This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Redefinition of MAX and MIN

Small bug report: MAX and MIN are defined in param.h. nordic_common.h redefines these macros which creates warnings if param.h is also included. nordic_common.h should check if the macros are already defined before defining.

In the mean time, What is the best way to avoid this warning?

Parents Reply Children
No Data
Related