Reformat;Increase NAC timeout; Fix warning; Add simple write test.
[bertos.git] / bertos / drv / sd.h
index 85e7b11cca4b56d409ddf85ddca56afb27a33a8d..a0ca1d42dfd8a79493879d605a7a6409bd0e771c 100644 (file)
@@ -102,6 +102,7 @@ bool sd_initBuf(Sd *sd, KFile *ch);
 #define KBT_SD MAKE_ID('S', 'D', 'B', 'K')
 
 bool sd_test(Sd *sd);
+void sd_writeTest(Sd *sd);
 
 INLINE Sd *SD_CAST(KBlock *b)
 {