Fix typo in stm32_sam.cpp

alway -> always
This commit is contained in:
Ikko Eltociear Ashimine 2023-07-12 00:22:23 +09:00 committed by GitHub
parent c6a5261840
commit ef06588900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3045,7 +3045,7 @@ void STM32SAM::Render() {
//pos47908:
while(1) //while No. 3
{
A = Read(mem47, Y) + mem53; //carry alway cleared
A = Read(mem47, Y) + mem53; //carry always cleared
mem48 = A;
Y++;
@ -5701,4 +5701,4 @@ inline void STM32SAM::SetAUDIO(unsigned char main_volume) {
}
LL_TIM_OC_SetCompareCH1(FURI_HAL_SPEAKER_TIMER, data);
}
}