From ebfb8547d24c09a5a34b7f9bd0d03ab6c649482f Mon Sep 17 00:00:00 2001 From: liuzhifu Date: Wed, 24 Aug 2016 15:04:25 +0800 Subject: [PATCH] Implement ETS_INTR_ENABLE/ETS_INTR_DISABLE with xt_ints_on/xt_ints_off --- components/esp32/include/rom/ets_sys.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/esp32/include/rom/ets_sys.h b/components/esp32/include/rom/ets_sys.h index a1c186d97c..fd7bbdb9c4 100644 --- a/components/esp32/include/rom/ets_sys.h +++ b/components/esp32/include/rom/ets_sys.h @@ -232,10 +232,10 @@ void intr_matrix_set(int cpu_no, uint32_t model_num, uint32_t intr_num); #define ETS_INTR_ENABLE(inum) \ - ets_isr_unmask((1<