include contiki-conf.h for type definitions.
This commit is contained in:
parent
f7b3d9fc99
commit
067e4c3c06
|
@ -46,9 +46,9 @@ Berlin, 2007
|
||||||
* @brief MMC-/SD-Card library, Public interface
|
* @brief MMC-/SD-Card library, Public interface
|
||||||
*
|
*
|
||||||
* @author Michael Baar <baar@inf.fu-berlin.de>
|
* @author Michael Baar <baar@inf.fu-berlin.de>
|
||||||
* @version $Revision: 1.3 $
|
* @version $Revision: 1.4 $
|
||||||
*
|
*
|
||||||
* $Id: sd.h,v 1.3 2008/03/28 23:03:05 nvt-se Exp $
|
* $Id: sd.h,v 1.4 2008/03/31 13:48:03 nvt-se Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -59,6 +59,8 @@ Berlin, 2007
|
||||||
#ifndef __SD_H__
|
#ifndef __SD_H__
|
||||||
#define __SD_H__
|
#define __SD_H__
|
||||||
|
|
||||||
|
#include "contiki-conf.h"
|
||||||
|
|
||||||
#define SD_BLOCKLENGTH_INVALID 0xFF
|
#define SD_BLOCKLENGTH_INVALID 0xFF
|
||||||
#define SD_WRITE_BLOCKLENGTH_BIT 9
|
#define SD_WRITE_BLOCKLENGTH_BIT 9
|
||||||
#define SD_WRITE_BLOCKLENGTH 0x200
|
#define SD_WRITE_BLOCKLENGTH 0x200
|
||||||
|
|
Loading…
Reference in a new issue