wwdgt.h 93 B

12345
  1. #ifndef WWDGT_H
  2. #define WWDGT_H
  3. #include "gd32f30x_fwdgt.h"
  4. void watchdog_init(void);
  5. #endif