23 lines
352 B
C
23 lines
352 B
C
/*
|
|
* Copyright (c) 2006-2018, RT-Thread Development Team
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Change Logs:
|
|
* Date Author Notes
|
|
* 2018-11-21 zylx add port file
|
|
*/
|
|
|
|
#include <rtthread.h>
|
|
|
|
//#define DRV_DEBUG
|
|
#define LOG_TAG "drv.phy"
|
|
#include <drv_log.h>
|
|
|
|
/* phy reset */
|
|
void phy_reset(void)
|
|
{
|
|
|
|
}
|
|
|