Merge pull request #454 from eltociear/patch-1

Fix typo in stm32_sam.cpp
This commit is contained in:
UberGuidoZ 2023-07-11 22:54:56 -07:00 committed by GitHub
commit cd1f27d23b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3045,7 +3045,7 @@ void STM32SAM::Render() {
//pos47908: //pos47908:
while(1) //while No. 3 while(1) //while No. 3
{ {
A = Read(mem47, Y) + mem53; //carry alway cleared A = Read(mem47, Y) + mem53; //carry always cleared
mem48 = A; mem48 = A;
Y++; Y++;