]> granicus.if.org Git - esp-idf/commit
uart driver: Remove unnecessary xSemaphoreGive()
authorAlexey Morozov <31707428+alexey-morozov@users.noreply.github.com>
Thu, 14 Dec 2017 18:04:12 +0000 (19:04 +0100)
committerAngus Gratton <gus@projectgus.com>
Wed, 3 Jan 2018 02:44:19 +0000 (13:44 +1100)
commit25b86428356ce99072dcc028840493d7a9edc309
tree318af5d32c6d9366a7a52c2385bc0441c163d063
parentc401a74bfb2eecb6ebb407c6a2494cf696b3cfeb
uart driver: Remove unnecessary xSemaphoreGive()

avoid unnecessary call of xSemaphoreGive(p_uart_obj[uart_num]->tx_mux);

Merges https://github.com/espressif/esp-idf/pull/1387
components/driver/uart.c