We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a067b commit 9d090eeCopy full SHA for 9d090ee
ports/mimxrt10xx/common-hal/audiopwmio/PWMAudioOut.c
@@ -87,7 +87,6 @@ void common_hal_audiopwmio_pwmaudioout_construct(audiopwmio_pwmaudioout_obj_t *s
87
const mcu_periph_obj_t *left_periph = find_pin_function(mcu_mqs_left_list, left_channel, &instance, MP_QSTR_left_channel);
88
const mcu_periph_obj_t *right_periph = find_pin_function(mcu_mqs_right_list, right_channel, &instance, MP_QSTR_right_channel);
89
90
- mp_printf(&mp_plat_print, "note: peripheral %d\n", instance);
91
sai_transceiver_t config;
92
SAI_GetClassicI2SConfig(&config, kSAI_WordWidth16bits, kSAI_Stereo, 1U << 0u);
93
config.frameSync.frameSyncEarly = false;
0 commit comments