mirror of https://github.com/ARMmbed/mbed-os.git
Ported 'sd' test to the Nucleo board
parent
1f942615c1
commit
8ee4396f01
|
@ -4,6 +4,8 @@
|
|||
|
||||
#if defined(TARGET_KL25Z)
|
||||
SDFileSystem sd(PTD2, PTD3, PTD1, PTD0, "sd");
|
||||
#elif defined(TARGET_NUCLEO_F103RB)
|
||||
SDFileSystem sd(D11, D12, D13, D10, "sd");
|
||||
#else
|
||||
SDFileSystem sd(p11, p12, p13, p14, "sd");
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue