interrupt: removed descriptor table from esp32c3 interrupt hal.

This commit is contained in:
Felipe Neves
2020-12-25 10:44:22 -03:00
committed by morris
parent 5d316ac142
commit 72e4655d4e
8 changed files with 27 additions and 116 deletions
@@ -110,13 +110,6 @@ void esprv_intc_set_threshold(int priority_threshold);
*/
uint32_t esprv_intc_get_interrupt_unmask(void);
/**
* @brief Set a bit in int clear register
* @param intr bit to set from 0 to 31
* @return none
*/
void esprv_intc_set_interrupt_clear(int intr);
#ifdef __cplusplus
}
#endif