mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 22:40:14 +00:00
Merge pull request #454 from eltociear/patch-1
Fix typo in stm32_sam.cpp
This commit is contained in:
commit
cd1f27d23b
@ -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++;
|
||||||
|
Loading…
Reference in New Issue
Block a user