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

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