GD32: ADC workaround (#83)

(cherry picked from commit 02fd9f248189e3e801b50c920e1166daa23283bc)

Co-authored-by: Andrey Gusakov <dron0gus@gmail.com>
This commit is contained in:
rusefillc 2022-06-29 15:14:08 -04:00 committed by GitHub
parent 1e19b43d35
commit 1b0145d104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ static void SamplingThread(void*)
float r_2 = 0;
float r_3 = 0;
/* GD32: Insert 20us delay after ADC enable */
chThdSleepMilliseconds(1);
while(true)
{
/* TODO: run for all channels */