From 2efef48e3ef06239736601bfec60f8ec6ab7209d Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Wed, 6 Dec 2017 12:05:11 +0530 Subject: [PATCH] docs: fix i2s code snippet for interrupt flags setting Signed-off-by: Mahavir Jain --- components/esp32/include/esp_intr_alloc.h | 4 ++-- docs/api-reference/peripherals/i2s.rst | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/esp32/include/esp_intr_alloc.h b/components/esp32/include/esp_intr_alloc.h index ad121abb39..02ddac57ef 100644 --- a/components/esp32/include/esp_intr_alloc.h +++ b/components/esp32/include/esp_intr_alloc.h @@ -37,13 +37,13 @@ extern "C" { */ //Keep the LEVELx values as they are here; they match up with (1<