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.
Fork of mbed-src by
Diff: targets/hal/TARGET_WIZNET/TARGET_W7500x/us_ticker.c
- Revision:
- 619:034e698bc035
- Parent:
- 597:47bdd20c4d41
diff -r 484341a108bc -r 034e698bc035 targets/hal/TARGET_WIZNET/TARGET_W7500x/us_ticker.c --- a/targets/hal/TARGET_WIZNET/TARGET_W7500x/us_ticker.c Fri Sep 04 08:45:09 2015 +0100 +++ b/targets/hal/TARGET_WIZNET/TARGET_W7500x/us_ticker.c Fri Sep 04 09:30:10 2015 +0100 @@ -32,6 +32,8 @@ #include "us_ticker_api.h" #include "PeripheralNames.h" #include "system_W7500x.h" +#include "W7500x_dualtimer.h" +#include "W7500x_pwm.h" #define TIMER_0 DUALTIMER0_0 #define TIMER_1 PWM_CH1
