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:
- 3:ae1f53883bc0
- Parent:
- 0:488aa8153e15
- Child:
- 5:5fe30df87772
--- a/driverLifiRx.h Mon Apr 01 05:03:34 2019 +0000 +++ b/driverLifiRx.h Tue Apr 02 07:24:39 2019 +0000 @@ -9,7 +9,10 @@ #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;