mirror of https://github.com/ARMmbed/mbed-os.git
b0a33273ff
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. |
||
---|---|---|
.. | ||
asynchronous_dns.cpp | ||
asynchronous_dns_cache.cpp | ||
asynchronous_dns_cancel.cpp | ||
asynchronous_dns_external_event_queue.cpp | ||
asynchronous_dns_invalid_host.cpp | ||
asynchronous_dns_non_async_and_async.cpp | ||
asynchronous_dns_simultaneous.cpp | ||
asynchronous_dns_simultaneous_cache.cpp | ||
asynchronous_dns_simultaneous_repeat.cpp | ||
asynchronous_dns_timeouts.cpp | ||
dns_tests.h | ||
main.cpp | ||
synchronous_dns.cpp | ||
synchronous_dns_cache.cpp | ||
synchronous_dns_invalid.cpp | ||
synchronous_dns_multiple.cpp |