Skip to content

Commit

Permalink
change the names of used heap functions in main file
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksander Szymański <[email protected]>
  • Loading branch information
Bitterisland6 committed Mar 5, 2024
1 parent 2738185 commit 3e04eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ static void finiROS() {
(void)!rcl_init_options_fini(&init_options);
rclc_support_fini(&support);

free_all_heap();
heap_free_all();
}

extern uint32_t encoder_gpio_pull;
Expand Down

0 comments on commit 3e04eb1

Please sign in to comment.