Skip to content

Commit

Permalink
ports/psoc6: Fix no. of hw instances.
Browse files Browse the repository at this point in the history
Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com>
  • Loading branch information
NikhitaR-IFX committed Sep 11, 2024
1 parent 47fbe6a commit 720e681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/psoc6/machine_pdm_pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

#define DEFAULT_LEFT_GAIN 0
#define DEFAULT_RIGHT_GAIN 0
#define MICROPY_HW_MAX_PDM_PCM 2
#define MICROPY_HW_MAX_PDM_PCM 1

#define AUDIO_SYS_CLOCK_24_576_000_HZ 24576000u /* (Ideally 24.576 MHz) For sample rates: 8 KHz / 16 KHz / 48 KHz */
#define AUDIO_SYS_CLOCK_22_579_000_HZ 22579000u /* (Ideally 22.579 MHz) For sample rates: 22.05 KHz / 44.1 KHz */
Expand Down

0 comments on commit 720e681

Please sign in to comment.