Disable all debug output so any uart can be used
This commit is contained in:
parent
49a80059b8
commit
67f5af124a
|
@ -1,7 +1,7 @@
|
|||
#ifndef PICOPROBE_H_
|
||||
#define PICOPROBE_H_
|
||||
|
||||
#if true
|
||||
#if false
|
||||
#define picoprobe_info(format,args...) printf(format, ## args)
|
||||
#else
|
||||
#define picoprobe_info(format,...) ((void)0)
|
||||
|
|
Loading…
Reference in New Issue