[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:
Chasel 2025-06-20 06:53:46 +00:00 committed by Rbb666
parent e8b6d4e3fd
commit bf75b6665c
1 changed files with 2 additions and 0 deletions

View File

@ -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"