You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/11/30 16:44:52 UTC

[incubator-nuttx] 02/02: c++ style comment

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 46c36e260366340d3f6809d7e6a998e18f1955a4
Author: Simon Filgis <si...@ingenieurbuero-filgis.de>
AuthorDate: Tue Nov 30 16:31:12 2021 +0100

    c++ style comment
---
 include/nuttx/net/mii.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/nuttx/net/mii.h b/include/nuttx/net/mii.h
index 50294e1..dd07c07 100644
--- a/include/nuttx/net/mii.h
+++ b/include/nuttx/net/mii.h
@@ -128,7 +128,6 @@
 #define MII_KSZ8061_OP_MODE            0x16   /* Operation Mode */
 #define MII_KSZ8061_OP_MODE_STRAP_STAT 0x17   /* Operation Mode Strap Status */
 #define MII_KSZ8061_EXP_CTRL           0x18   /* Expanded Control */
-//#define MII_KSZ8061_RESERVED         0x19   /* - 1Ah Reserved */
 #define MII_KSZ8061_INTR_CTRL_STAT     0x1B   /* Interrupt Control/Status */
 #define MII_KSZ8061_FUNC_CTRL          0x1C   /* Function Control */
 #define MII_KSZ8061_LINKMD_CTRL_STAT   0x1D   /* LinkMD® Control/Status */