Skip to content

Commit 7398ed6

Browse files
committed
Merge branch 'bugfix/user_mapping_c3' into 'master'
esp_rmaker_user_mapping: Fixed a compilation warning See merge request app-frameworks/esp-rainmaker!264
2 parents 2655228 + 9364c1d commit 7398ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esp_rainmaker/src/core/esp_rmaker_user_mapping.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ static const char *TAG = "esp_rmaker_user_mapping";
3636
typedef struct {
3737
char *user_id;
3838
char *secret_key;
39-
int32_t mqtt_msg_id;
39+
int mqtt_msg_id;
4040
} esp_rmaker_user_mapping_data_t;
4141

4242
static esp_rmaker_user_mapping_data_t *rmaker_user_mapping_data;

0 commit comments

Comments
 (0)