1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

net/iee802154: fix typo in docs

This commit is contained in:
Gregory Holder 2022-08-04 14:48:56 +02:00 committed by Gregory Holder
parent 29841ef895
commit ba1b12f3e6

View File

@ -33,7 +33,7 @@
* their radios powered down. Some operation modes support channel hopping to avoid * their radios powered down. Some operation modes support channel hopping to avoid
* frequencies used by others. Common variations are: * 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, * when devices ask for them in order to join the network. Optionally,
* packets can be held until the device asks for them ("indirect * packets can be held until the device asks for them ("indirect
* transmission"). * transmission").