improve layer switching
This commit is contained in:
parent
6c3b9a2ded
commit
45d4a7a898
21 changed files with 290 additions and 229 deletions
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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue