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

Merge pull request #18401 from blueted2/master

sys/net: fix typo in docs
This commit is contained in:
Alexandre Abadie 2022-08-05 09:49:05 +02:00 committed by GitHub
commit f8cb17ad8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@
* their radios powered down. Some operation modes support channel hopping to avoid
* frequencies used by others. Common variations are:
*
* * nonbeacon-eanbled: devices send whenever they want; beacons are only sent
* * nonbeacon-enabled: devices send whenever they want; beacons are only sent
* when devices ask for them in order to join the network. Optionally,
* packets can be held until the device asks for them ("indirect
* transmission").