Ignore:
Timestamp:
Jun 10, 2014, 12:33:23 PM (10 years ago)
Author:
alain
Message:

All drivers have been modified to use only the information
contained in the hard_config.h file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_drivers/sdc_driver.c

    r295 r320  
    66///////////////////////////////////////////////////////////////////////////////////
    77
     8#include <hard_config.h>
    89#include <sdc_driver.h>
    910#include <tty_driver.h>
     
    338339unsigned int _sdc_init()
    339340{
    340     spi = (struct spi_dev*) &seg_ioc_base;
     341    spi = (struct spi_dev*)SEG_IOC_BASE;
    341342
    342343    // initializing the SPI controller
Note: See TracChangeset for help on using the changeset viewer.