make libCLS more independen of HW
goal is to reuse libCLS on an diffrent MCU
This commit is contained in:
@@ -23,8 +23,6 @@ const osThreadAttr_t CanDataTask_attr = {
|
||||
.stack_mem = CanDataTask_stk,
|
||||
.stack_size = sizeof(CanDataTask_stk),
|
||||
.priority = osPriorityNormal,
|
||||
.tz_module = 0U,
|
||||
.reserved = 0U
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user