mbed-os/UNITTESTS/features/lorawan
Volodymyr Medvid b0a33273ff Correctly include EventQueue.h
There are two EventQueue.h in mbed-os codebase:
events/EventQueue.h
features/FEATURE_BLE/ble/pal/EventQueue.h

By accident, `mbed compile` generates includes.txt with the correct
order of include search paths. This is not the case for the CMake
exporter: targets with FEATURE_BLE enables fail to compile with errors:

mbed-os/features/cellular/framework/AT/ATHandler.h:99:60: error:
'events' has not been declared

Update all places to always include either "events/EventQueue.h"
or "ble/pal/EventQueue.h": to always find the correct header.
2019-02-21 17:59:05 +02:00
..
loramac Compliance test errors fixed 2018-11-14 09:46:38 +02:00
loramacchannelplan unittest: fix style for empty functions 2018-10-25 09:58:19 +01:00
loramaccommand unittest: fix style for empty functions 2018-10-25 09:58:19 +01:00
loramaccrypto Add mbedtls platform setup and teardown to modules 2019-02-18 11:43:32 +02:00
loraphy Unit test fix 2018-12-10 08:53:30 +02:00
loraphyas923 unittest: fix style for empty functions 2018-10-25 09:58:19 +01:00
loraphyau915 Updating unit tests 2019-02-14 17:15:47 +02:00
loraphycn470 Updating unit tests 2019-02-14 17:15:47 +02:00
loraphycn779 cmake Paths corrected 2018-09-27 11:30:52 +03:00
loraphyeu433 cmake Paths corrected 2018-09-27 11:30:52 +03:00
loraphyeu868 cmake Paths corrected 2018-09-27 11:30:52 +03:00
loraphyin865 cmake Paths corrected 2018-09-27 11:30:52 +03:00
loraphykr920 unittest: fix style for empty functions 2018-10-25 09:58:19 +01:00
loraphyus915 Updating unit tests 2019-02-14 17:15:47 +02:00
lorawaninterface tests: fix coding style 2018-11-08 08:54:29 +00:00
lorawanstack Correctly include EventQueue.h 2019-02-21 17:59:05 +02:00
lorawantimer LoRaWANTimer UT fixed 2018-11-13 13:58:31 +02:00