BSP stm32f10x add watchdog driver

This commit is contained in:
Aubr.Cool
2017-07-20 11:56:21 +08:00
parent 6ab027677b
commit 2c1ee84347
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;