4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-15 09:39:20 +08:00
2018-11-29 17:06:06 +08:00

18 lines
374 B
C

/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
*
* Change Logs:
* Date Author Notes
* 2018-11-23 flybreak first version
*/
#include <board.h>
void phy_reset(void)
{
/* The phy reset pin of this BSP circuit is connected to the chip reset pin, so no additional reset is required. */
}