mirror of https://github.com/RT-Thread/rt-thread
[bsp][stm32] 1.Fixed the problem that the watchdog device was not registered, because the macro RT_USING_WDT was not introduced due to the missing header file.
This commit is contained in:
parent
e8b6d4e3fd
commit
bf75b6665c
|
@ -9,8 +9,10 @@
|
|||
*/
|
||||
|
||||
#include <board.h>
|
||||
#include <rtthread.h>
|
||||
|
||||
#ifdef RT_USING_WDT
|
||||
#include "drv_config.h"
|
||||
|
||||
//#define DRV_DEBUG
|
||||
#define LOG_TAG "drv.wdt"
|
||||
|
|
Loading…
Reference in New Issue