phy_reset.c 352 B

12345678910111213141516171819202122
  1. /*
  2. * Copyright (c) 2006-2021, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2018-11-21 zylx add port file
  9. */
  10. #include <rtthread.h>
  11. //#define DRV_DEBUG
  12. #define LOG_TAG "drv.phy"
  13. #include <drv_log.h>
  14. /* phy reset */
  15. void phy_reset(void)
  16. {
  17. }