diff stm32_eval.h @ 56:f0563086040d

Fix more warnings. Note the 'buf might be used uninitialised' warning appears to be a GCC bug.
author Daniel O'Connor <darius@dons.net.au>
date Sun, 07 Apr 2013 22:44:23 +0930
parents b21db2b47a27
children
line wrap: on
line diff
--- a/stm32_eval.h	Sun Apr 07 22:34:05 2013 +0930
+++ b/stm32_eval.h	Sun Apr 07 22:44:23 2013 +0930
@@ -5,7 +5,7 @@
 
 #undef SD_HAVE_DETECT
 
-/* Going to 4 bit mode gives CRC errors */
+/* Going to 4 bit mode gives CRC errors in PIO mode or hangs in DMA */
 #define SD_NO_4BIT
 #define SD_DMA_MODE                                ((uint32_t)0x00000000)
 //#define SD_POLLING_MODE                            ((uint32_t)0x00000002)