From a4db0dd688c8f275c468fbf2e79c5f595333d761 Mon Sep 17 00:00:00 2001 From: RyanK952 Date: Fri, 10 Jan 2025 18:08:48 -0500 Subject: [PATCH] clang config --- Core/Inc/msb_conf.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Core/Inc/msb_conf.h b/Core/Inc/msb_conf.h index 19a854b..d94eb72 100644 --- a/Core/Inc/msb_conf.h +++ b/Core/Inc/msb_conf.h @@ -44,11 +44,11 @@ //Note //STACK SIZES -#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 * 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 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 * 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 -#define STRAIN_MONITOR_STACK_SIZE 64 * 8 //strain_monitor_handle \ No newline at end of file +#define STRAIN_MONITOR_STACK_SIZE 64 * 8 //strain_monitor_handle \ No newline at end of file