Skip to content

Commit

Permalink
Reduce ADC noise
Browse files Browse the repository at this point in the history
  • Loading branch information
zyren authored and pfeerick committed Jul 7, 2024
1 parent d575242 commit 4a9e943
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions radio/src/targets/horus/board.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ void boardInit()
board_set_bor_level();
#endif

#if defined(RADIO_TX16S)
FLASH_PrefetchBufferCmd(DISABLE);
#endif

pwrInit();

#if defined(FUNCTION_SWITCHES) && !defined(DEBUG_SEGGER_RTT)
Expand Down
1 change: 1 addition & 0 deletions radio/src/targets/taranis/board.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ void boardInit()
#if defined(MANUFACTURER_RADIOMASTER) && defined(STM32F407xx)
void board_set_bor_level();
board_set_bor_level();
FLASH_PrefetchBufferCmd(DISABLE);
#endif

board_trainer_init();
Expand Down

0 comments on commit 4a9e943

Please sign in to comment.