mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-07 18:25:14 +00:00
disabled unstable SD driver.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
#define HAVE_STDINT_H
|
#define HAVE_STDINT_H
|
||||||
#include "msp430def.h"
|
#include "msp430def.h"
|
||||||
|
|
||||||
#define WITH_SDC 1
|
#define WITH_SDC 0
|
||||||
|
|
||||||
#define ENERGEST_CONF_ON 1
|
#define ENERGEST_CONF_ON 1
|
||||||
|
|
||||||
@@ -85,7 +85,6 @@ typedef int bool;
|
|||||||
#define SD_LED_WRITE_ON SD_LED_READ_ON
|
#define SD_LED_WRITE_ON SD_LED_READ_ON
|
||||||
#define SD_LED_WRITE_OFF SD_LED_READ_OFF
|
#define SD_LED_WRITE_OFF SD_LED_READ_OFF
|
||||||
|
|
||||||
// MSB430 SD Card driver
|
|
||||||
#define SD_READ_BYTE 0
|
#define SD_READ_BYTE 0
|
||||||
#define SD_READ_ANY 1
|
#define SD_READ_ANY 1
|
||||||
#define SD_INFO 0
|
#define SD_INFO 0
|
||||||
|
Reference in New Issue
Block a user