mbed-os/features/lorawan/lorastack/mac
Kimmo Vaisanen 4da74b6619 LoRa: Fix build warning about _ongoing_tx_msg
_ongoing_tx_msg was incorrectly initialized before _mlme_confirmation.

Fixes following build warning:
[Warning] LoRaMac.h@691,26: 'LoRaMac::_ongoing_tx_msg' will be initialized after [-Wreorder]
[Warning] LoRaMac.h@689,28:   'loramac_mlme_confirm_t LoRaMac::_mlme_confirmation' [-Wreorder]
[Warning] LoRaMac.cpp@68,1:   when initialized here [-Wreorder]
2019-09-30 12:36:55 +03:00
..
LoRaMac.cpp LoRa: Fix build warning about _ongoing_tx_msg 2019-09-30 12:36:55 +03:00
LoRaMac.h Doxygen corrections 2019-01-10 16:14:19 +02:00
LoRaMacChannelPlan.cpp lorawan: fix astyle coding style 2018-11-07 08:56:36 +00:00
LoRaMacChannelPlan.h lorawan: fix astyle coding style 2018-11-07 08:56:36 +00:00
LoRaMacCommand.cpp Proper size checking for link ADR commands 2019-02-14 17:15:42 +02:00
LoRaMacCommand.h Doxygen corrections 2019-01-10 16:14:19 +02:00
LoRaMacCrypto.cpp Add mbedtls platform setup and teardown to modules 2019-02-18 11:43:32 +02:00
LoRaMacCrypto.h Add mbedtls platform setup and teardown to modules 2019-02-18 11:43:32 +02:00