This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 6244924c3ef47dd14ea9a6b2860caa67b399cd97 Author: Sara Souza <sara.so...@espressif.com> AuthorDate: Thu Dec 10 16:46:17 2020 -0300 Removed initconf from esp32_wtd_ops_s --- arch/xtensa/src/esp32/esp32_wtd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/xtensa/src/esp32/esp32_wtd.h b/arch/xtensa/src/esp32/esp32_wtd.h index f652331..282d768 100644 --- a/arch/xtensa/src/esp32/esp32_wtd.h +++ b/arch/xtensa/src/esp32/esp32_wtd.h @@ -77,7 +77,6 @@ struct esp32_wtd_ops_s CODE int (*enablewp)(FAR struct esp32_wtd_dev_s *dev); CODE int (*disablewp)(FAR struct esp32_wtd_dev_s *dev); - CODE int (*initconf)(FAR struct esp32_wtd_dev_s *dev); CODE int (*pre)(FAR struct esp32_wtd_dev_s *dev, uint16_t value); CODE int (*settimeout)(FAR struct esp32_wtd_dev_s *dev, uint32_t value, uint8_t stage);