mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-25 08:47:16 +00:00
[DeviceDrivers] Add watchdog driver frame work
This commit is contained in:
@@ -320,5 +320,9 @@ void rt_data_queue_reset(struct rt_data_queue *queue);
|
||||
#include "drivers/sdio.h"
|
||||
#endif
|
||||
|
||||
#ifdef RT_USING_WDT
|
||||
#include "drivers/watchdog.h"
|
||||
#endif
|
||||
|
||||
#endif /* __RT_DEVICE_H__ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user