Skip to content

Commit

Permalink
Fix typo in memory init (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 authored May 4, 2021
1 parent 3f692b2 commit a3db073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_microxrcedds_c/src/types.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ rmw_uxrce_static_input_buffer_t custom_static_buffers[RMW_UXRCE_MAX_HISTORY];
for (size_t i = 0; i < size; i++){ \
put_memory(memory, &array[i].mem); \
array[i].mem.data = (void*)&array[i]; \
array[0].mem.is_dynamic_memory = false; \
array[i].mem.is_dynamic_memory = false; \
} \
} \
}
Expand Down

0 comments on commit a3db073

Please sign in to comment.