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: oldheating gps motorhome heating
Diff: timer.c
- Revision:
- 29:9332cf906aad
- Parent:
- 26:0421132e6eaf
- Child:
- 30:212ca42b8779
diff -r b4aa41fdeb68 -r 9332cf906aad timer.c --- a/timer.c Thu Jan 25 19:23:30 2018 +0000 +++ b/timer.c Sat Jan 27 12:17:09 2018 +0000 @@ -1,7 +1,7 @@ #include <stdint.h> #include <stdbool.h> -#include "peripherals.h" +#include "defs.h" #include "timer.h" uint32_t TimerNowCount()