mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
Merge branch 'bugfix/undefined_dport_lvl_def' into 'master'
soc(esp32): Expose SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL for all ECO versions Closes IDFGH-7606 See merge request espressif/esp-idf!18520
This commit is contained in:
commit
381b4cb26f
@ -91,8 +91,8 @@
|
|||||||
|
|
||||||
#if SOC_CAPS_ECO_VER < 2
|
#if SOC_CAPS_ECO_VER < 2
|
||||||
#define SOC_DPORT_WORKAROUND 1
|
#define SOC_DPORT_WORKAROUND 1
|
||||||
#define SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL (5U)
|
|
||||||
#endif // SOC_CAPS_ECO_VER < 2
|
#endif // SOC_CAPS_ECO_VER < 2
|
||||||
|
#define SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL (5U)
|
||||||
|
|
||||||
/*-------------------------- ADC CAPS ----------------------------------------*/
|
/*-------------------------- ADC CAPS ----------------------------------------*/
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user