]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/fix_some_default_lwip_bool_options' into 'master'
authorJiang Jiang Jian <jack@espressif.com>
Wed, 1 Mar 2017 14:03:57 +0000 (22:03 +0800)
committerJiang Jiang Jian <jack@espressif.com>
Wed, 1 Mar 2017 14:03:57 +0000 (22:03 +0800)
commit4e5e1546039f2d7987b5ecf5134028f04fa5d85b
treeefc8128276dc4345e6fd378bca03b7159d66f6ac
parentc025dfbfa7ab471db0d211f25432f4e0fc753e20
parent3b3c3210a670d40325bb3af7f900989599777e71
Merge branch 'bugfix/fix_some_default_lwip_bool_options' into 'master'

Bugfix/fix some default lwip bool options

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

See merge request !538