Merge pull request #364 from carbofos/patch-1

Update 24_hieth_autoprobe.patch
pull/366/head
Dmitry Ermakov 2022-08-16 17:11:25 +03:00 committed by GitHub
commit 7bfb267777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
+ int up;
+ int down;
+} trial_table[] = {
+ { 0, 1 },
+ { 1, 0 },
+ { 1, 2 },
+ { 0, 2 },