Seiji Ainoguchi / SerialFlash

Dependents:   SerialFlashTest

Fork of SerialFlash by Seiji Ainoguchi

Revision:
2:6f8ab876b516
Parent:
0:d0117f54a7ee
--- a/SerialFlashDeviceCreator.h	Wed Mar 02 00:28:03 2011 +0000
+++ b/SerialFlashDeviceCreator.h	Wed Mar 02 16:09:09 2011 +0000
@@ -2,10 +2,10 @@
 
 #include "ISerialFlashDevice.h"
 
-class ISPI;
+class ISPICommand;
 
 class SerialFlashDeviceCreator
 {
 public:
-    static ISerialFlashDevice* Create(ISPI* pSPI);
+    static ISerialFlashDevice* Create(ISPICommand* pSPICommand);
 };