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

cpu/cc26xx_cc13xx: fix typo 'exmaple' -> 'example'

This commit is contained in:
Alexandre Abadie 2020-10-02 07:54:37 +02:00
parent e5ca237318
commit 9b32226e03
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -164,7 +164,7 @@ extern "C" {
*
* `EXT_LF_CLK.RTC_INCREMENT = 2^38/InputClockFrequency in Hertz`
*
* For exmaple:
* For example:
*
* `RTC_INCREMENT=0x800000` for `InputClockFrequency=32768 Hz`
*/