Changeset 1151 for trunk/spi.c
- Timestamp:
- 09/03/10 20:21:21 (21 months ago)
- File:
-
- 1 edited
-
trunk/spi.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/spi.c
r1115 r1151 130 130 #if CONFIG_RAYER_SPI == 1 131 131 { /* SPI_CONTROLLER_RAYER */ 132 .command = bitbang_spi_send_command, 133 .multicommand = default_spi_send_multicommand, 134 .read = bitbang_spi_read, 135 .write_256 = bitbang_spi_write_256, 136 }, 137 #endif 138 139 #if CONFIG_NICINTEL_SPI == 1 140 { /* SPI_CONTROLLER_NICINTEL */ 132 141 .command = bitbang_spi_send_command, 133 142 .multicommand = default_spi_send_multicommand,
Note: See TracChangeset
for help on using the changeset viewer.
