Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: driverLifiRx.h
- Revision:
- 4:3ec60ea204c6
- Parent:
- 0:488aa8153e15
- Child:
- 5:5fe30df87772
--- a/driverLifiRx.h Mon Apr 01 05:03:34 2019 +0000 +++ b/driverLifiRx.h Thu Apr 04 14:36:31 2019 +0900 @@ -9,7 +9,9 @@ #if (USE_LOCAL_TICKER==0) extern Ticker lifi_rx_timer; #endif +#if USE_MBED_OS5 extern EventQueue lifi_tx_check_queue; +#endif extern AnalogIn adc_1; extern AnalogIn adc_2;