Skip to content

Commit 16b5744

Browse files
authored
Merge pull request #242 from LeeLeahy2/bluetooth-test-hang
Fix Bluetooth test hang
2 parents a7b0cf8 + a8fb8f0 commit 16b5744

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Firmware/RTK_Surveyor/Begin.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,10 @@ void stopUART2Tasks()
385385
vTaskDelete(F9PSerialWriteTaskHandle);
386386
F9PSerialWriteTaskHandle = NULL;
387387
}
388+
389+
//Give the other CPU time to finish
390+
//Eliminates CPU bus hang condition
391+
delay(10);
388392
}
389393

390394
void beginFS()

0 commit comments

Comments
 (0)