Skip to content

Commit

Permalink
Remove duplicit declaration of oc_core_device_set_name
Browse files Browse the repository at this point in the history
Fixes issue #543
  • Loading branch information
Danielius1922 authored and Daniel Adam committed Oct 12, 2023
1 parent e95e8cd commit cf28e19
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/oc_core_res_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ int oc_core_get_resource_type_by_uri(const char *uri, size_t uri_len)
void oc_core_device_set_name(size_t device, const char *name, size_t name_len)
OC_NONNULL();

/** @brief Set the device name */
void oc_core_device_set_name(size_t device, const char *name, size_t name_len)
OC_NONNULL();

#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit cf28e19

Please sign in to comment.