Fix compile error

This commit is contained in:
Jasmine Iwanek
2025-03-08 14:35:59 -05:00
committed by GitHub
parent fc329ee04c
commit e0603b2876

View File

@@ -1335,7 +1335,7 @@ sb_ct1745_mixer_read(uint16_t addr, void *priv)
break;
case 0x82:
/* Empty statement to make compilers happy about the following variable declaration. */
; /* Empty statement to make compilers happy about the following variable declaration. */
/* The Interrupt status register, addressed as register 82h on the Mixer register map,
is used by the ISR to determine whether the interrupt is meant for it or for some
other ISR, in which case it should chain to the previous routine. */