Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: LPC1769Emac.h
- 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];