Skip to content

Commit

Permalink
Use iot_data_maps to create list of new devices being added
Browse files Browse the repository at this point in the history
Signed-off-by: TuhinDasgupta-eaton <TuhinDasgupta@eaton.com>
  • Loading branch information
TuhinDasgupta-eaton committed Mar 2, 2023
1 parent 2294d35 commit febd721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/edgex/edgex-base.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ typedef struct devsdk_nvpairs
struct devsdk_nvpairs *next;
} devsdk_nvpairs;

/**
/**
* @brief Creates a new string list, optionally adding to an existing list
* @param str The string to be added
* @param list A list that will be extended, or NULL
Expand Down

0 comments on commit febd721

Please sign in to comment.