KonstantinKondrashov be24e32da9 esp32: Fix a wrong reset of the wdt feed bit
There was an error with wrong using FEED:
WRITE_PERI_REG(RTC_CNTL_WDTFEED_REG, 1) - wrong [0 bit]
REG_SET_BIT(RTC_CNTL_WDTFEED_REG, RTC_CNTL_WDT_FEED) - right. [31 bit]

Closes: https://github.com/espressif/esp-idf/issues/4295
2019-11-19 12:59:41 +08:00
..
2019-10-12 10:18:13 +08:00
2019-10-12 10:18:13 +08:00
2019-10-12 10:18:13 +08:00
2017-10-18 14:19:19 +08:00
2018-04-04 22:57:45 +08:00
2017-10-18 14:19:19 +08:00
2017-11-27 18:47:40 +08:00
2016-08-17 23:08:22 +08:00
2017-10-18 14:19:16 +08:00
2018-10-11 12:22:34 +08:00
2018-10-11 12:22:34 +08:00
2019-06-30 16:14:07 +08:00