Skip to content

Commit

Permalink
Reduce ADC noise
Browse files Browse the repository at this point in the history
  • Loading branch information
zyren committed Jun 3, 2023
1 parent d4b7f55 commit 6b38171
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 @@ -123,6 +123,10 @@ void boardInit()
}
#endif

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

pwrInit();
boardInitModulePorts();

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 @@ -138,6 +138,7 @@ void boardInit()
FLASH_OB_Launch();
FLASH_OB_Lock();
}
FLASH_PrefetchBufferCmd(DISABLE);
#endif

// Sets 'hardwareOption.pcbrev' as well
Expand Down

0 comments on commit 6b38171

Please sign in to comment.