d_pgm.cpp: change szInfo for 2nd diag

This commit is contained in:
barbudreadmon 2021-02-21 19:12:06 +01:00 committed by GitHub
parent 41c43a497f
commit 0b212b83d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ static struct BurnInputInfo pgmInputList[] = {
{"Reset", BIT_DIGITAL, &PgmReset, "reset" },
{"Diagnostics 1", BIT_DIGITAL, PgmBtn1 + 4, "diag" },
{"Diagnostics 2", BIT_DIGITAL, PgmBtn1 + 6, "diag" },
{"Diagnostics 2", BIT_DIGITAL, PgmBtn1 + 6, "diag2" },
{"Service 1", BIT_DIGITAL, PgmBtn1 + 5, "service" },
{"Service 2", BIT_DIGITAL, PgmBtn1 + 7, "service2" },