diff stm32_eval.h @ 50:d7207a9d3c3b

Add write support. LFN still broken though. Make sure we wait for the card to be done after a read or write (didn't seem to break reading but hosed writes).
author Daniel O'Connor <darius@dons.net.au>
date Fri, 05 Apr 2013 00:08:31 +1030
parents ace431a0d0f5
children 9521be9b391e
line wrap: on
line diff
--- a/stm32_eval.h	Wed Apr 03 23:34:20 2013 +1030
+++ b/stm32_eval.h	Fri Apr 05 00:08:31 2013 +1030
@@ -20,3 +20,4 @@
 void SD_LowLevel_DMA_RxConfig(uint32_t *BufferDST, uint32_t BufferSize);
 void SD_LowLevel_DMA_TxConfig(uint32_t *BufferSRC, uint32_t BufferSize);
 
+