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.
Dependents: Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more
Diff: hal/mbed_lp_ticker_wrapper.cpp
- Revision:
- 187:0387e8f68319
- Parent:
- 186:707f6e361f3e
- Child:
- 188:bcfe06ba3d64
--- a/hal/mbed_lp_ticker_wrapper.cpp Fri Jun 22 16:45:37 2018 +0100
+++ b/hal/mbed_lp_ticker_wrapper.cpp Thu Sep 06 13:40:20 2018 +0100
@@ -43,7 +43,7 @@
{
MBED_ASSERT(core_util_in_critical_section());
- const ticker_info_t* info = lp_ticker_get_info();
+ const ticker_info_t *info = lp_ticker_get_info();
if (info->bits >= 32) {
mask = 0xffffffff;
} else {


