[BACK]Return to sdmmc.c CVS log [TXT][DIR] Up to [local] / funnyos / dev / sdmmc

Diff for /funnyos/dev/sdmmc/sdmmc.c between version 1.1 and 1.2

version 1.1, 2007/12/20 15:23:15 version 1.2, 2007/12/21 17:45:26
Line 14 
Line 14 
   
         cmdframe.sc_cmd = CMDFRAME_CMD(cmd);          cmdframe.sc_cmd = CMDFRAME_CMD(cmd);
         cmdframe.sc_arg = arg;          cmdframe.sc_arg = arg;
         cmdframe.sc_crc = CMDFRAME_CRC(crc);          cmdframe.sc_crc = cmd != 0 ? CMDFRAME_CRC(crc) : crc;
   
         return(cmdframe);          return(cmdframe);
 }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb