mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-29 03:32:49 +00:00
first coccinelle patch
This commit is contained in:
parent
724d70a2cf
commit
4195f5cd7c
5
tool/bt_flip_addr.cocci
Normal file
5
tool/bt_flip_addr.cocci
Normal file
@ -0,0 +1,5 @@
|
||||
@@
|
||||
expression dest, src;
|
||||
@@
|
||||
- bt_flip_addr(dest,src)
|
||||
+ reverse_bd_addr(src, dest)
|
Loading…
x
Reference in New Issue
Block a user