[bsp][nxp][mcxa153] update drv_wdt.c && drv_wdt.h file format
This commit is contained in:
parent
e43df5eb9e
commit
5346c87fe2
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2006-2024, RT-Thread Development Team
|
||||
* Copyright (c) 2006-2024 RT-Thread Development Team
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
@ -33,7 +33,7 @@ void APP_WDT_IRQ_HANDLER(void)
|
|||
{
|
||||
uint32_t wdtStatus = WWDT_GetStatusFlags(WWDT);
|
||||
|
||||
//APP_LED_TOGGLE;
|
||||
/*APP_LED_TOGGLE;*/
|
||||
|
||||
/* The chip will reset before this happens */
|
||||
if (wdtStatus & kWWDT_TimeoutFlag)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2006-2024, RT-Thread Development Team
|
||||
* Copyright (c) 2006-2024 RT-Thread Development Team
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue