fix compiler warnings (#185)
commitc536471bf1122617154b7356a7be7ab6a441fa64
authorJohannes <schugabe@gmx.at>
Tue, 13 Oct 2020 07:49:31 +0000 (13 09:49 +0200)
committerGitHub <noreply@github.com>
Tue, 13 Oct 2020 07:49:31 +0000 (13 17:49 +1000)
tree0240d74469b9e97bc447e3c99c7e31e08743e639
parent0eea5be06bf171f1d9bd0a3e34b09b2fb3a67101
fix compiler warnings (#185)

* fix compiler warnings

* revert change of lua response length
13 files changed:
src/lib/BUTTON/button.cpp
src/lib/CRSF/CRSF.cpp
src/lib/CRSF/CRSF.h
src/lib/HWTIMER/ESP32_hwTimer.cpp
src/lib/HWTIMER/ESP8266_hwTimer.cpp
src/lib/HWTIMER/STM32_hwTimer.cpp
src/lib/SX127xDriver/SX127x.cpp
src/lib/SX127xDriver/SX127xHal.cpp
src/lib/SX1280Driver/SX1280.cpp
src/lib/SX1280Driver/SX1280_hal.cpp
src/src/rx_main.cpp
src/src/tx_main.cpp
src/src/utils.cpp