mirror of https://github.com/ARMmbed/mbed-os.git
commit
2dd0c7923b
|
@ -58,7 +58,7 @@ public:
|
|||
* @param csel SPI chip select pin
|
||||
* @param freq Clock speed of the SPI bus (defaults to 40MHz)
|
||||
*/
|
||||
SPIFBlockDevice(PinName mosi, PinName miso, PinName sclk, PinName csel, int freq=4000000);
|
||||
SPIFBlockDevice(PinName mosi, PinName miso, PinName sclk, PinName csel, int freq=40000000);
|
||||
|
||||
/** Initialize a block device
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue