Skip to content

Commit

Permalink
More small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
caiodasilva2005 committed Mar 17, 2024
1 parent 9e40eb7 commit bbffc5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/Src/can_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ void vCanDispatch(void* pv_params)
}
}

osThreadId_t bms_can_monitor_handle;
static osThreadId_t bms_can_monitor_handle;
osThreadAttr_t bms_can_monitor_attributes = {
.name = "BMSCANMonitor",
.stack_size = 128 * 8,
.priority = (osPriority_t)osPriorityLow1 /*Adjust priority*/
}
};

void vBMSCANMonitor(void* pv_params)
{
Expand Down

0 comments on commit bbffc5f

Please sign in to comment.