mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 14:30:21 +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++;
|
||||||
@ -5701,4 +5701,4 @@ inline void STM32SAM::SetAUDIO(unsigned char main_volume) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
LL_TIM_OC_SetCompareCH1(FURI_HAL_SPEAKER_TIMER, data);
|
LL_TIM_OC_SetCompareCH1(FURI_HAL_SPEAKER_TIMER, data);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user