Disable all debug output so any uart can be used

This commit is contained in:
Liam Fraser 2021-02-03 09:25:45 +00:00
parent 49a80059b8
commit 67f5af124a
1 changed files with 1 additions and 1 deletions

View File

@ -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)