1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/remote-revb: fix typos

This commit is contained in:
Kaspar Schleiser 2019-10-23 21:13:13 +02:00
parent 4e06b71e8d
commit f69af0edda
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ In terms of hardware support, the following drivers have been implemented:
* I2C/SPI library
* LEDs
* Buttons
* RF switch to programatically drive either 2.4GHz or sub-1GHz to a single RP-SMA
* RF switch to programmatically drive either 2.4GHz or sub-1GHz to a single RP-SMA
* RF 2.4GHz built-in in CC2538
And under work or pending at cc2538 base cpu:

View File

@ -56,7 +56,7 @@ static inline void leds_init(void)
/**
* @brief Initialize the Radio interface SW-controlled Switch
*
* The RE-Mote features an on-board RF switch to programatically select to
* The RE-Mote features an on-board RF switch to programmatically select to
* enable either the 2.4GHz or Sub-1GHz RF interface to the RP-SMA connector
* to use an external antenna. As default we prefer to use the 2.4GHz RF.
*