boards/dwm1001: fix typo 'tranceiver' -> 'transceiver'

This commit is contained in:
Alexandre Abadie 2020-10-02 07:48:31 +02:00
parent 0d6d2c4892
commit 4c4e87ca6d
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ The [Devawave DWM1001 development board](https://www.decawave.com/product/dwm100
includes a DWM1001 module which is based on a Nordic nRF51832 microcontroller.
This microcontroller is an ARM Cortex-M4 with 64KB of RAM and 512KB of flash
memory. It also provides in integrated BLE radio.
The DWM1001 module also contains an UWB tranceiver connected to the
The DWM1001 module also contains an UWB transceiver connected to the
microcontroller via SPI (not supported yet).
## Flash the board

View File

@ -74,7 +74,7 @@ extern "C" {
/** @} */
/**
* @name DW1000 UWB tranceiver
* @name DW1000 UWB transceiver
* @{
*/
#define DW1000_PARAM_SPI_DEV SPI_DEV(1)

View File

@ -50,7 +50,7 @@ static const spi_conf_t spi_config[] = {
.miso = GPIO_PIN(0, 6),
.ppi = 0,
},
{ /* Connected to the DWM1001 UWB tranceiver */
{ /* Connected to the DWM1001 UWB transceiver */
.dev = NRF_SPIM1,
.sclk = GPIO_PIN(0, 16),
.mosi = GPIO_PIN(0, 20),