Forgot to change the length of tm variable

This commit is contained in:
pkkrusty 2022-02-04 12:19:42 +00:00 committed by GitHub
parent 6172eff331
commit abee978080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -995,7 +995,7 @@ void TM1637ShowTime()
hr = 12; hr = 12;
} }
char tm[5]; char tm[9];
if (hr < 10) if (hr < 10)
{ {
if (mn < 10) if (mn < 10)