]> granicus.if.org Git - esp-idf/commit
components/lwip,esp32: fixes for C++
authorIvan Grokhotkov <ivan@espressif.com>
Sun, 25 Sep 2016 19:05:25 +0000 (03:05 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Sun, 25 Sep 2016 19:05:25 +0000 (03:05 +0800)
commitb190dc3e9ff85453235a638931a9314352d72fe2
treeb769e3e1686caa7afed593217f61f43946d581f4
parent10c69514b75151037560dea3ef26a67ce687042b
components/lwip,esp32: fixes for C++

- put contents of a few headers into c++ guard blocks
- fix off-by-one error in do_global_ctors
- remove system_init from startup code (should be called from main)
components/esp32/cpu_start.c
components/lwip/include/lwip/port/arch/sys_arch.h
components/lwip/include/lwip/port/netif/wlanif.h
components/tcpip_adapter/include/tcpip_adapter.h