]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/fix_memory_debug_macro_issue' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Sun, 18 Sep 2016 12:25:20 +0000 (20:25 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Sun, 18 Sep 2016 12:25:20 +0000 (20:25 +0800)
commitc72590c1b9ff8078b7d4af0ceb9989461a3e72f9
treedc9abef4c411b2a7d93642ce47da7930c8c526e5
parent7fade89fb6abde8dfac639a8c4c92eefded02fab
parent4c74ec9415bdcbc704064a9fef832c256b110ab5
Merge branch 'bugfix/fix_memory_debug_macro_issue' into 'master'

freertos: fix memory debug macro issue

When enable memory debug via make menuconfig, we got compile error.
Define configENABLE_MEMORY_DEBUG according to CONFIG_ENABLE_MEMORY_DEBUG

See merge request !89