mirror of https://github.com/ARMmbed/mbed-os.git
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. |
||
---|---|---|
.. | ||
events | ||
host_tests | ||
integration/basic | ||
lorawan/loraradio | ||
mbed-crypto/sanity | ||
mbed_drivers | ||
mbed_functional | ||
mbed_hal | ||
mbed_platform | ||
mbedmicro-mbed | ||
mbedmicro-rtos-mbed | ||
mbedtls | ||
netsocket | ||
network | ||
nfc/eeprom | ||
psa | ||
usb_device |