Changeset 320 for soft/giet_vm/giet_drivers/sdc_driver.c
- Timestamp:
- Jun 10, 2014, 12:33:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_drivers/sdc_driver.c
r295 r320 6 6 /////////////////////////////////////////////////////////////////////////////////// 7 7 8 #include <hard_config.h> 8 9 #include <sdc_driver.h> 9 10 #include <tty_driver.h> … … 338 339 unsigned int _sdc_init() 339 340 { 340 spi = (struct spi_dev*) &seg_ioc_base;341 spi = (struct spi_dev*)SEG_IOC_BASE; 341 342 342 343 // initializing the SPI controller
Note: See TracChangeset
for help on using the changeset viewer.