log: Make ESP_LOGx macros into single statements
authorAngus Gratton <angus@espressif.com>
Fri, 20 Apr 2018 03:41:11 +0000 (13:41 +1000)
committerAngus Gratton <gus@projectgus.com>
Wed, 25 Apr 2018 23:08:07 +0000 (09:08 +1000)
commit2f318d16fa9d6bae662a1f3e8fb1722290a4d35a
tree66bd96edae32958899c8109f94e5a12ff14f2f8d
parent5d3b26e8d02eca8da70c23b1d2daefbe813f626b
log: Make ESP_LOGx macros into single statements

Requires a semicolon after any use (previously this was optional due to trailing } after expansion)

Closes https://github.com/espressif/esp-idf/issues/1757
components/app_update/esp_ota_ops.c
components/esp32/clk.c
components/log/include/esp_log.h
examples/mesh/internal_transceiver/main/mesh_main.c
examples/protocols/openssl_server/main/openssl_server_example_main.c