Skip to content

Commit a6c44f8

Browse files
author
Ari Parkkila
committed
SPIF: Fix SPI_FREQ for MTB_ADV_WISE_1570
1 parent bdd07b6 commit a6c44f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/storage/blockdevice/COMPONENT_SPIF/mbed_lib.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"SPI_MOSI": "PA_7",
5555
"SPI_MISO": "PA_6",
5656
"SPI_CLK": "PA_5",
57-
"SPI_CS": "PB_12"
57+
"SPI_CS": "PB_12",
58+
"SPI_FREQ": "20000000"
5859
}
5960
}
6061
}

0 commit comments

Comments
 (0)