Revert "Added PacketType ContentionFreePeriod"

This reverts commit 333a514363.
This commit is contained in:
2021-11-24 21:01:17 +01:00
parent aa9d5431f8
commit 3c3ab18410
2 changed files with 1 additions and 3 deletions

View File

@@ -9,7 +9,6 @@ const PacketType = {
Acknowledgment: 'Acknowledgment',
BlockAcknowledgment: 'BlockAcknowledgment',
NoData: 'NoData',
ContentionFreePeriod: 'ContentionFreePeriod',
Unknown: 'Unknown'
}