Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanK952 committed Jan 10, 2025
1 parent 36c183a commit a0cdaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Inc/msb_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#define CAN_DISPATCH_STACK_SIZE 128 * 8 //can_dispatch_handle
#define LED_CONTROLLER_STACK_SIZE 32 * 8 //led_controller_handle
#define DEFAULT_TASK_STACK_SIZE 128 * 4 //defaultTaskHandle
#define TEMP_MONITOR_STACK_SIZE 64 * 8 //temp_monitor_handle
#define TEMP_MONITOR_STACK_SIZE 64 * 16 //temp_monitor_handle
#define IMU_MONITOR_STACK_SIZE 128 * 8 //imu_monitor_handle
#define TOF_MONITOR_STACK_SIZE 128 * 8 //tof_monitor_handle
#define SHOCKPOT_MONITOR_STACK_SIZE 64 * 8 //shockpot_monitor_handle
Expand Down

0 comments on commit a0cdaac

Please sign in to comment.