change(wdt): create wdt_periph.c in soc component

This commit is contained in:
morris
2024-06-04 18:15:51 +08:00
parent 0479494e7a
commit 0365cb0bc7
29 changed files with 210 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ extern "C" {
#include <stdint.h>
#include <stdbool.h>
#include "soc/timer_periph.h"
#include "soc/wdt_periph.h"
#include "soc/timer_group_struct.h"
#include "soc/pcr_struct.h"
#include "hal/wdt_types.h"