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.
Dependents: mbed_blinky-bmd-200 bmd-200_accel_demo firstRig
Fork of mbed-src by
Diff: targets/hal/TARGET_Maxim/TARGET_MAX32610/spi_api.c
- Revision:
- 556:a1b9575155a3
- Parent:
- 550:a843b1cd80b8
--- a/targets/hal/TARGET_Maxim/TARGET_MAX32610/spi_api.c Wed May 27 09:30:08 2015 +0100 +++ b/targets/hal/TARGET_Maxim/TARGET_MAX32610/spi_api.c Wed May 27 13:30:08 2015 +0100 @@ -88,10 +88,6 @@ obj->spi->gen_ctrl = (MXC_F_SPI_GEN_CTRL_SPI_MSTR_EN | MXC_F_SPI_GEN_CTRL_TX_FIFO_EN | MXC_F_SPI_GEN_CTRL_RX_FIFO_EN ); - - // Give instance the default settings - spi_format(obj, DEFAULT_CHAR, DEFAULT_MODE, 0); - spi_frequency(obj, DEFAULT_FREQ); } //******************************************************************************