Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: common/platform.h
- Revision:
- 45:f5f553b8c0d5
- Parent:
- 29:713c24b07795
- Child:
- 48:5731f1aa2c5a
diff -r 94bdfaefddac -r f5f553b8c0d5 common/platform.h --- a/common/platform.h Thu Jan 16 06:52:27 2020 +0000 +++ b/common/platform.h Mon Jan 20 10:40:06 2020 +0000 @@ -81,7 +81,7 @@ .misoPin = PLATFORM_SPI_MISO, \ .sckPin = PLATFORM_SPI_SCK, \ .csPin = PLATFORM_SPI_CS, \ - .maxSpeedHz = 1600000, \ + .maxSpeedHz = 1000000, \ }, \ .gpio = { \ .resetPin = PLATFORM_GPIO_RESET, \