improve layer switching
This commit is contained in:
2
debug.h
2
debug.h
@@ -6,7 +6,7 @@
|
||||
|
||||
#define debug(s) if(debug_enable) print(s)
|
||||
#define debug_hex(c) if(debug_enable) phex(c)
|
||||
#define debug_hex16(i) if(debug_enable) phex(i)
|
||||
#define debug_hex16(i) if(debug_enable) phex16(i)
|
||||
#define debug_bin(c) if(debug_enable) pbin(c)
|
||||
#define debug_bin_reverse(c) if(debug_enable) pbin_reverse(c)
|
||||
|
||||
|
Reference in New Issue
Block a user