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:
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);
}
}