generated from hulk/gd32e23x_template
18 lines
224 B
C
18 lines
224 B
C
//
|
|
// Created by yelv1 on 24-12-29.
|
|
//
|
|
|
|
#ifndef FWDGT_H
|
|
#define FWDGT_H
|
|
|
|
#include "gd32e23x.h"
|
|
#include "board_config.h"
|
|
|
|
void watchdog_init(void);
|
|
|
|
void fwdgt_reset_mcu(void);
|
|
|
|
void watchdog_reload(void);
|
|
|
|
#endif //FWDGT_H
|