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: hello SerialTestv11 SerialTestv12 Sierpinski ... more
Diff: TimerEvent.h
- Revision:
- 100:cbbeb26dbd92
- Parent:
- 98:8ab26030e058
- Child:
- 102:da0ca467f8b5
--- a/TimerEvent.h Wed May 13 08:08:21 2015 +0200
+++ b/TimerEvent.h Wed May 27 08:07:35 2015 +0100
@@ -47,7 +47,7 @@
ticker_event_t event;
- const ticker_data_t *const _ticker_data;
+ const ticker_data_t *_ticker_data;
};
} // namespace mbed


