RaspberryPI icon indicating copy to clipboard operation
RaspberryPI copied to clipboard

Typo?

Open CityAceE opened this issue 1 year ago • 2 comments

https://github.com/kumaashi/RaspberryPI/blob/ee5ecbaa68635a4c577c00ec8ec1e4e0f8ee815e/RPIZEROW/Sample_HDMI_DMA_Audio_03/main.c#L130

I can be wrong, but it looks like you forgot OR operation:

	mai_ctl |= (1 << 0);  //RST
	mai_ctl |= (1 << 2);  //UF
	mai_ctl |= (1 << 9);  //FLUSH

CityAceE avatar Aug 28 '24 11:08 CityAceE