Skip to content

Commit

Permalink
Merge branch 'legacy-wrapper-fixes' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rjonaitis committed Sep 6, 2024
2 parents dec2411 + 0db4b10 commit 2b3d4db
Show file tree
Hide file tree
Showing 17 changed files with 553 additions and 589 deletions.
2 changes: 1 addition & 1 deletion embedded/lms7002m/lms7002m.c
Original file line number Diff line number Diff line change
Expand Up @@ -1862,7 +1862,7 @@ lime_Result lms7002m_set_tx_lpf(lms7002m_context* self, uint32_t rfBandwidth_Hz)

if (rfBandwidth_Hz <= 0) // Bypass LPF
{
LMS7002M_LOG(self, lime_LogLevel_Info, "%s: TxLPF bypassed.", __func__);
LMS7002M_LOG(self, lime_LogLevel_Debug, "%s: TxLPF bypassed.", __func__);
lms7002m_spi_modify(self, 0x0105, 4, 0, powerDowns);
lms7002m_spi_modify_csr(self, LMS7002M_BYPLADDER_TBB, 1);
return lms7002m_spi_modify_csr(self, LMS7002M_RCAL_LPFS5_TBB, 0);
Expand Down
Loading

0 comments on commit 2b3d4db

Please sign in to comment.