Merge pull request #766 from AubrCool/fix-stm32f10x.wdt

[BSP] stm32f10x add watchdog driver
This commit is contained in:
Bernard Xiong
2017-07-20 18:01:46 +08:00
committed by GitHub
3 changed files with 123 additions and 1 deletions
@@ -38,7 +38,7 @@ struct rt_watchdog_ops;
struct rt_watchdog_device
{
struct rt_device parent;
struct rt_watchdog_ops *ops;
const struct rt_watchdog_ops *ops;
};
typedef struct rt_watchdog_device rt_watchdog_t;