mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 14:30:21 +00:00
Fix typo in stm32_sam.cpp
alway -> always
This commit is contained in:
parent
c6a5261840
commit
ef06588900
@ -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