Skip to content

Commit

Permalink
Fix a typo (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adminiuga committed Apr 16, 2020
1 parent 625d0c8 commit 57c438e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zigpy/types/named.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ class MACStatus(basic.enum8):

# A transmission could not take place due to activity on the channel, i.e.
# the CSMA-CA mechanism has failed
MACX_CHANNEL_ACCESS_FAILURE = 0xE1
MAC_CHANNEL_ACCESS_FAILURE = 0xE1

# The GTS request has been denied by the PAN coordinator
MAC_DENIED = 0xE2
Expand Down

0 comments on commit 57c438e

Please sign in to comment.