Merge remote-tracking branch 'madcowswe/devel' into RazorsEdge

This commit is contained in:
Unknown
2019-09-09 23:45:33 -04:00
11 changed files with 55 additions and 47 deletions
+1 -1
View File
@@ -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);
}