]> granicus.if.org Git - esp-idf/commit
lwip: fix bool options default value wrong issue
authorLiu Zhi Fu <liuzhifu@espressif.com>
Wed, 1 Mar 2017 05:37:36 +0000 (13:37 +0800)
committerLiu Zhi Fu <liuzhifu@espressif.com>
Wed, 1 Mar 2017 05:37:36 +0000 (13:37 +0800)
commit3b3c3210a670d40325bb3af7f900989599777e71
treeefc8128276dc4345e6fd378bca03b7159d66f6ac
parentae09a46cb83e02152c3c93cc3f59e1d043b7e9e8
lwip: fix bool options default value wrong issue

menuconfig options with bool type should use 'y/n' to use the default value,
instead of '1/0'
components/lwip/Kconfig