Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
i2s .intr_alloc_flags = 0, // default interrupt priority
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Jun 27, 2023
1 parent ce9026a commit d9cfb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AudioKitHAL.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ struct AudioKitConfig {
.bits_per_sample = (i2s_bits_per_sample_t)bitsPerSample(),
.channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT,
.communication_format = (i2s_comm_format_t)i2sFormat(),
.intr_alloc_flags = ESP_INTR_FLAG_LEVEL2 | ESP_INTR_FLAG_IRAM,
.intr_alloc_flags = 0, // default interrupt priority
.dma_buf_count = buffer_count,
.dma_buf_len = buffer_size,
.use_apll = use_apll,
Expand Down

0 comments on commit d9cfb28

Please sign in to comment.