Skip to content

Commit

Permalink
ports/psoc6: I2S test modify.
Browse files Browse the repository at this point in the history
Signed-off-by: IFX-Anusha <Anusha.TR@infineon.com>
  • Loading branch information
IFX-Anusha committed Oct 21, 2024
1 parent e1be834 commit d24798f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/psoc6/modmachine.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ void cm4_set_frequency(uint32_t freq) {

}

// void cm4_fll_set_frequency(uint32_t freq) {
void cm4_fll_set_frequency(uint32_t freq) {
// cyhal_clock_t clock_fast;
// cyhal_clock_t clock_slow;
// cyhal_clock_t clock_fll;
Expand Down Expand Up @@ -421,7 +421,7 @@ void cm4_set_frequency(uint32_t freq) {
// if (result != CY_RSLT_SUCCESS) {
// mp_raise_ValueError(MP_ERROR_TEXT("cy_retarget_io_init failed !\n"));
// }
// }
}

void audio_i2s_set_frequency(uint32_t freq) {

Expand Down

0 comments on commit d24798f

Please sign in to comment.