Azure IoT common library

Dependents:   STM32F746_iothub_client_sample_mqtt f767zi_mqtt iothub_client_sample_amqp iothub_client_sample_http ... more

Revision:
42:0cc3c211ad26
Parent:
40:3f3af6cd8a01
Child:
44:00caa8779676
--- a/azure_c_shared_utility/const_defines.h	Mon Mar 05 17:43:09 2018 -0800
+++ b/azure_c_shared_utility/const_defines.h	Tue Mar 20 10:31:23 2018 -0700
@@ -11,8 +11,8 @@
     #define STATIC_VAR_UNUSED
 #endif
 
-#ifndef UNREFERENCED_PARAMETER
-#define UNREFERENCED_PARAMETER(param)   (void)(param)
+#ifndef AZURE_UNREFERENCED_PARAMETER
+#define AZURE_UNREFERENCED_PARAMETER(param)   (void)(param)
 #endif
 
 #endif // CONST_DEFINES
\ No newline at end of file