Skip to content

Commit

Permalink
Leftover break instruction that rendered T31s unusable
Browse files Browse the repository at this point in the history
  • Loading branch information
wberube committed Sep 19, 2024
1 parent 0e9b78a commit 49767bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hal/support.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ void hal_identify(void) {
case 0xeeee: sprintf(chip, "T31LC"); break;
default: sprintf(chip, "T31N"); break;
}
strcpy(family, "ingenic t31"); break;
strcpy(family, "ingenic t31");
chnCount = T31_VENC_CHN_NUM;
chnState = (hal_chnstate*)t31_state;
aud_thread = t31_audio_thread;
Expand Down

0 comments on commit 49767bb

Please sign in to comment.