Skip to content

Commit

Permalink
Change char* to const char*
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Aug 30, 2023
1 parent 683a4d8 commit 15e55bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zenoh-pico/system/platform/freertos_plus_tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#if Z_MULTI_THREAD == 1
typedef struct {
char *name;
const char *name;
UBaseType_t priority;
size_t stack_depth;
#if (configSUPPORT_STATIC_ALLOCATION == 1)
Expand Down

0 comments on commit 15e55bf

Please sign in to comment.