mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
dist: tools: coccinelle: add enable_debug_false.cocci
This commit is contained in:
parent
0150cfc178
commit
564448ae96
5
dist/tools/coccinelle/warn/enable_debug_false.cocci
vendored
Normal file
5
dist/tools/coccinelle/warn/enable_debug_false.cocci
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
@@
|
||||
@@
|
||||
|
||||
- #define ENABLE_DEBUG (1)
|
||||
+ #define ENABLE_DEBUG (0)
|
||||
Loading…
x
Reference in New Issue
Block a user