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 ffa8caa commit 789b2b0Copy full SHA for 789b2b0
drivers/Ethernet.h
@@ -61,12 +61,12 @@ namespace mbed {
61
* }
62
* @endcode
63
*/
64
+class
65
MBED_DEPRECATED(
- "EthInterface is now the preferred way to get an Ethernet object.",
66
- "Alternatively, use NetworkInterface to get an instance of an appropriate network"
+ "EthInterface is now the preferred way to get an Ethernet object. "
67
+ "Alternatively, use NetworkInterface to get an instance of an appropriate network "
68
"interface (WiFi or Ethernet)."
-)
69
-class Ethernet : private NonCopyable<Ethernet> {
+) Ethernet : private NonCopyable<Ethernet> {
70
71
public:
72
0 commit comments