Add missing sd context.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 8 Nov 2010 11:14:16 +0000 (11:14 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 8 Nov 2010 11:14:16 +0000 (11:14 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/branches/2.6@4536 38d2e660-2303-0410-9eaa-f027e97ec537

boards/at91sam7x-ek/examples/sd_fat/main.c

index 98a6009624f37faa090d414c7bd7cf2b02f7a67f..c51da3e64d776a8ddfe6d56450d75e41c16eb3de 100644 (file)
@@ -210,6 +210,7 @@ typedef struct INISetting
 static SpiDmaAt91 spi_dma;
 static Serial temp_sensor_bus;
 static Serial log_port;
+static Sd sd;
 
 static void init(void)
 {