]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/small_fixes_jd' into 'master'
authorJeroen Domburg <jeroen@espressif.com>
Wed, 12 Oct 2016 13:13:34 +0000 (21:13 +0800)
committerJeroen Domburg <jeroen@espressif.com>
Wed, 12 Oct 2016 13:13:34 +0000 (21:13 +0800)
commitfa476c8ba9837ba4adecd2d77a3b47eb0ff0e0bb
treea73dfc276dc92b5ef48a5dfb2f0154ad8e3196ad
parent58aec93dbbaca383d6c1e2291d7965da7d70aad5
parentdf31bb8dfc2d6967a7bfbe122d6024b935802b2b
Merge branch 'bugfix/small_fixes_jd' into 'master'

Some small fixes

- Kill unused uxReturn in task.c,  https://github.com/espressif/esp-idf/issues/48
- Line end conversion in gpio.c
- Move heap_alloc_caps.h so components can also use it

See merge request !135