feat(driver): Clean up header files dependency

This commit is contained in:
Wu Jian Gang
2018-05-19 23:49:26 +08:00
parent 78bdcf043e
commit 3c560f678a
8 changed files with 49 additions and 18 deletions

View File

@ -25,6 +25,8 @@
#ifndef __ETS_SYS_H__
#define __ETS_SYS_H__
#include <stdint.h>
/* interrupt related */
#define ETS_SPI_INUM 2
#define ETS_GPIO_INUM 4
@ -35,7 +37,7 @@
#define ETS_FRC_TIMER1_INUM 9
extern char NMIIrqIsOn;
extern uint32 WDEV_INTEREST_EVENT;
extern uint32_t WDEV_INTEREST_EVENT;
#define INT_ENA_WDEV 0x3ff20c18
#define WDEV_TSF0_REACH_INT (BIT(27))