This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Another cs8900a problem


In my previous post, an unwanted equal sign crept into the code that I added to cs8900a_RxEvent.  It should have read:

//    (sc->funs->eth_drv->recv)(sc, len);
    if ( (len > 0) && (len <= 1518) )
    {
        (sc->funs->eth_drv->recv)(sc, len);
    }

My apologies.

Stephen Finney




--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]