Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RLeclair committed Oct 11, 2023
1 parent 193f4bc commit b9acd80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/inc/azure/core/az_mqtt5_rpc.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
/**
* @brief The MQTT5 RPC status property name.
*/
#define AZ_MQTT5_RPC_STATUS_PROPERTY_NAME "status"
#define AZ_MQTT5_RPC_STATUS_PROPERTY_NAME "Status"
/**
* @brief The MQTT5 RPC status message property name.
*/
#define AZ_MQTT5_RPC_STATUS_MESSAGE_PROPERTY_NAME "statusMessage"
#define AZ_MQTT5_RPC_STATUS_MESSAGE_PROPERTY_NAME "StatusMessage"
/**
* @brief The MQTT5 RPC correlation id length.
*/
Expand Down

0 comments on commit b9acd80

Please sign in to comment.