Skip to content

Commit

Permalink
fix rf_delay_init_done
Browse files Browse the repository at this point in the history
  • Loading branch information
ligenxxxx committed Sep 26, 2023
1 parent 2162884 commit f8d0e37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mcu.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ void RF_Delay_Init() {
DM6300_SetPower(0, RF_FREQ, 0);
cur_pwr = RF_POWER;
WriteReg(0, 0x8F, 0x11);
rf_delay_init_done = 1;
}
DM6300_AUXADC_Calib();
}
Expand Down

0 comments on commit f8d0e37

Please sign in to comment.