Skip to content

Commit

Permalink
FIX 4732 DEINIT
Browse files Browse the repository at this point in the history
  • Loading branch information
losehu committed Jun 26, 2024
1 parent c9c13cb commit 34558a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/si.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ static void resetBFO() {
void SI_deinit() {
SI47XX_PowerDown();
BK4819_RX_TurnOn();
GPIO_SetBit(&GPIOC->DATA, GPIOC_PIN_AUDIO_PATH);
#ifdef ENABLE_DOPPLER
SYSCON_DEV_CLK_GATE|=(1<<22);
#endif
Expand Down Expand Up @@ -626,7 +627,6 @@ void SI4732_Main() {
display_flag = 0;
SI4732_Display();
}

SYSTEM_DelayMs(1);
}
SI_deinit();
Expand Down

0 comments on commit 34558a4

Please sign in to comment.