4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-26 13:27:20 +08:00

15 lines
157 B
C
Raw Normal View History

/*
* Copyright (c) 2021 HPMicro
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#ifndef DRV_WDT_H
#define DRV_WDT_H
int rt_hw_wdt_init(void);
2024-03-23 21:14:37 -04:00
#endif