Mercurial > ecos
changeset 1727:e31d381b2dd1
Fix typo
| author | gthomas |
|---|---|
| date | Tue, 24 Aug 2004 13:16:30 +0000 |
| parents | ccf115a781cc |
| children | 650ae718ca77 |
| files | packages/devs/eth/powerpc/moab/current/include/moab_eth.inl |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/eth/powerpc/moab/current/include/moab_eth.inl +++ b/packages/devs/eth/powerpc/moab/current/include/moab_eth.inl @@ -72,7 +72,7 @@ static mal_bd_t ppc405_eth_txbd[CYGNUM_D extern char _moab_eth0_ESA[]; static struct ppc405_eth_info ppc405_eth0_info = { - 0, // Interrupt vector + 0, // Interrupt vector "eth0_esa", _moab_eth0_ESA, CYGNUM_DEVS_ETH_POWERPC_PPC405_RxNUM, // Number of Rx buffers
