We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b4b79 commit 2fcdb0cCopy full SHA for 2fcdb0c
bsp/raspberry-pi/raspi4-32/driver/drv_eth.c
@@ -1,3 +1,14 @@
1
+
2
+/*
3
+ * Copyright (c) 2006-2020, RT-Thread Development Team
4
+ *
5
+ * SPDX-License-Identifier: Apache-2.0
6
7
+ * Change Logs:
8
+ * Date Author Notes
9
+ * 2020-10-30 bigmagic first version
10
+ */
11
12
#include <rthw.h>
13
#include <stdint.h>
14
#include <rtthread.h>
bsp/raspberry-pi/raspi4-32/driver/drv_eth.h
@@ -6,7 +6,7 @@
*
* Change Logs:
* Date Author Notes
- * 2020-04-16 bigmagic first version
*/
#ifndef __DRV_ETH_H__
0 commit comments