Skip to content

Commit

Permalink
Resolving build issues
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 463d138 commit 7918e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c/devmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ static void add_locked (edgex_devmap_t *map, const edgex_device *newdev)
edgex_map_set (&map->profiles, dup->profile->name, dup->profile);
}
edgex_map_set (&map->devices, dup->name, dup);
result = search_devsdk_new_device (map->svc->add_device_new, dup->name)
result = search_devsdk_new_device (map->svc->add_device_new, dup->name);
if (result)
{
edgex_device_autoevent_start (map->svc, dup);
Expand Down

0 comments on commit 7918e98

Please sign in to comment.