mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
disabled unstable SD driver.
This commit is contained in:
parent
6f52115d3a
commit
6d0fc26ec1
@ -4,7 +4,7 @@
|
||||
#define HAVE_STDINT_H
|
||||
#include "msp430def.h"
|
||||
|
||||
#define WITH_SDC 1
|
||||
#define WITH_SDC 0
|
||||
|
||||
#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_OFF SD_LED_READ_OFF
|
||||
|
||||
// MSB430 SD Card driver
|
||||
#define SD_READ_BYTE 0
|
||||
#define SD_READ_ANY 1
|
||||
#define SD_INFO 0
|
||||
|
Loading…
Reference in New Issue
Block a user