moccos mizuki / EthernetXpresso

Dependents:   XNetServicesMin

Revision:
3:7ba8ebe32420
Parent:
1:95a4c234aaf6
Child:
4:7c859e671f9c
--- a/LPC1769Emac.h	Sun May 06 11:02:07 2012 +0000
+++ b/LPC1769Emac.h	Sun May 06 11:14:17 2012 +0000
@@ -124,10 +124,9 @@
     static const char* getHwAddr() { return (const char*)mac_; }
 
 private:
-    /** The number of RX resources */
+    // The number of RX resources
     static const uint8_t N_RX_BUF = 5;
-    
-    /// The number of TX resources
+    // The number of TX resources
     static const uint8_t N_TX_BUF = 3;
     static const uint16_t PHY_ADDR = 0x0100;
     static uint8_t mac_[6];