mirror of
https://github.com/espressif/openthread.git
synced 2026-09-01 23:09:53 +00:00
[tests] remove unused self in map_pp (#4643)
This commit is contained in:
@@ -39,7 +39,7 @@ pp_map = {1: 1, 0: 0, 3: -1, 2: -2}
|
||||
|
||||
|
||||
# Get the signed parent priority from the byte that parent priority is in.
|
||||
def map_pp(self, pp_byte):
|
||||
def map_pp(pp_byte):
|
||||
return pp_map[((pp_byte & 0xC0) >> 6)]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user