From 46c36e260366340d3f6809d7e6a998e18f1955a4 Mon Sep 17 00:00:00 2001 From: Simon Filgis Date: Tue, 30 Nov 2021 16:31:12 +0100 Subject: [PATCH] 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 50294e10a0..dd07c076bc 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 */