Date:2016-03-18 22:25:24 (8 years 10 days ago)
Author:Stefan Schmidt
Commit:9d043dcfd4fd4ade16bec37575d7a8ba66cc0cd6
Message:atusb: fw: make sure we return correctly for both atusb as well as rzusb

This was changed by the rzusb support patch. We should use the new generic
define here which maps it correctly on both devices.
Files: atusb/fw/spi.c (1 diff)

Change Details

atusb/fw/spi.c
3636// while (!(UCSR1A & 1 << UDRE1));
3737    SPI_DATA = v;
3838    SPI_WAIT_DONE();
39    return SPDR;
39    return SPI_DATA;
4040}
4141
4242

Archive Download the corresponding diff file



interactive