]> granicus.if.org Git - esp-idf/commit
system_api: call shutdown handlers in reverse order
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 7 Oct 2019 14:36:18 +0000 (16:36 +0200)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 7 Oct 2019 14:36:18 +0000 (16:36 +0200)
commitf0563b384478d9abe4956084ee4b93df2339e05b
treee079292da35e2d3c3284629807dd9f2798476a7c
parent2f38a1a3621e6dbd72160c2edfabf2391e058f5c
system_api: call shutdown handlers in reverse order

Similar to how destructors should be called in reverse order to the
constructors.
components/esp32/system_api.c