46 lines
389 B
C
46 lines
389 B
C
|
/***
|
||
|
* @Author: mbw
|
||
|
* @Date: 2024-09-05 15:04:35
|
||
|
* @LastEditors: mbw && 1600520629@qq.com
|
||
|
* @LastEditTime: 2024-09-05 15:06:56
|
||
|
* @FilePath: \USART1_Interrupt - RT-Thread\bsp\inc\bsp_wdg.h
|
||
|
* @Description:
|
||
|
* @
|
||
|
* @Copyright (c) 2024 by ${git_name_email}, All Rights Reserved.
|
||
|
*/
|
||
|
#ifndef __BSP_WDG_H__
|
||
|
#define __BSP_WDG_H__
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif // !__BSP_WDG_H__
|