2025-09-12下班备份

This commit is contained in:
2025-09-12 18:42:34 +08:00
parent 65050998b4
commit 4a33e4970a
20 changed files with 4496 additions and 500 deletions
+2 -3
View File
@@ -23,11 +23,10 @@
******************************************************************************/
#include "hc32_common.h"
#include "ddl_config.h"
#include "bsp.h"
#if (DDL_ICG_ENABLE == DDL_ON)
#define WATCH_DOG 0
/* C binding of definitions if building with C++ compiler */
#ifdef __cplusplus
extern "C"
@@ -259,7 +258,7 @@ extern "C"
** \brief SWDT hardware start configuration
******************************************************************************/
/*!< Enable or disable SWDT hardware start */
#if (WATCH_DOG == 1)
#if (USE_DEBUG == 1)
#define ICG0_SWDT_HARDWARE_START (ICG_FUNCTION_ON)
#else
#define ICG0_SWDT_HARDWARE_START (ICG_FUNCTION_OFF)