MIN and MAX macros are commonly defined in many code bases. These macros are also defined in nordic_common.h. To avoid conflicts with other libraries, it would be great if these macros could either be renamed (probably the best solution) or surrounded with #ifndef checks.