Skip to content

Commit

Permalink
Increase heap size for micro-ros
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Nov 15, 2023
1 parent c8aea5f commit 51b98e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Inc/firmware/configuration.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "firmware/motor_controller.hpp"

// Size of the heap memory used for micro-ROS entities
constexpr uint32_t UROS_HEAP_SIZE = 27000;
constexpr uint32_t UROS_HEAP_SIZE = 30000;

// UART used for micro-ROS communication
static constexpr UART_HandleTypeDef& UROS_UART = huart1;
Expand Down

0 comments on commit 51b98e6

Please sign in to comment.