Ignore:
Timestamp:
Jun 27, 2021, 10:17:43 PM (3 years ago)
Author:
coas-nagasima
Message:

バージョンを上げたときに失われたAzure IoT SDKの変更部分を適用

File:
1 edited

Legend:

Unmodified
Added
Removed
  • azure_iot_hub_f767zi/trunk/azure_iot_sdk/serializer/src/commanddecoder.c

    r457 r471  
    731731                else
    732732                {
     733                    //printf("%s %s\n", fullMethodName, methodJSON);
     734                    if (strcmp(methodJSON, "null") == 0) {
     735                        strcpy(methodJSON, "{}");
     736                    }
    733737                    MULTITREE_HANDLE methodTree;
    734738                    if (JSONDecoder_JSON_To_MultiTree(methodJSON, &methodTree) != JSON_DECODER_OK)
Note: See TracChangeset for help on using the changeset viewer.