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.
Revision 1:4b00feda7702, committed 2016-08-02
- Comitter:
- Electrotiger
- Date:
- Tue Aug 02 01:46:36 2016 +0000
- Parent:
- 0:fb0d810af3de
- Commit message:
- Fixed #include in FixedRefresh.cpp to use the .h extension instead of the .hpp extension.
Changed in this revision
FixedRefresh.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r fb0d810af3de -r 4b00feda7702 FixedRefresh.cpp --- a/FixedRefresh.cpp Tue Aug 02 01:41:36 2016 +0000 +++ b/FixedRefresh.cpp Tue Aug 02 01:46:36 2016 +0000 @@ -5,7 +5,7 @@ * Author: Developer */ -#include <FixedRefresh.hpp> +#include <FixedRefresh.h>