mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-22 16:14:37 +08:00
Merge remote-tracking branch 'madcowswe/devel' into RazorsEdge
This commit is contained in:
@@ -754,7 +754,7 @@ static void analog_polling_thread(void*) {
|
||||
}
|
||||
|
||||
void start_analog_thread() {
|
||||
osThreadDef(thread_def, analog_polling_thread, osPriorityLow, 0, 4 * 512);
|
||||
osThreadDef(thread_def, analog_polling_thread, osPriorityLow, 0, 128);
|
||||
osThreadCreate(osThread(thread_def), NULL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user