mbed-os/UNITTESTS/features/cellular/framework/AT/at_cellularcontext
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
..
at_cellularcontexttest.cpp Correctly include EventQueue.h 2019-02-21 17:59:05 +02:00
unittest.cmake Cellular: Move power on/off to device and remove CellularPower 2019-01-22 02:24:45 -08:00