Adjust interrupt numbers for GPIO and Touch

This commit is contained in:
me-no-dev
2016-12-09 13:22:56 +02:00
parent d1025b6b5d
commit f5d6828c5a
3 changed files with 2 additions and 3 deletions

View File

@ -22,7 +22,7 @@
#include "soc/rtc_cntl_reg.h"
#include "soc/sens_reg.h"
#define RTC_TOUCH_INUM 5
#define RTC_TOUCH_INUM 13
static uint16_t __touchSleepCycles = 0x1000;
static uint16_t __touchMeasureCycles = 0x1000;