BACTA - turn off log pollution (nw)

This commit is contained in:
James Wallace 2020-08-26 08:45:48 +01:00 committed by GitHub
parent 0959403203
commit f9d372c0d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,8 +5,8 @@
#define LOG_DATA (1U << 1)
#define VERBOSE (LOG_DATA)
#define LOG_OUTPUT_STREAM std::cout
//#define VERBOSE (LOG_DATA)
//#define LOG_OUTPUT_STREAM std::cout
#include "logmacro.h"
@ -215,4 +215,4 @@ void bacta_datalogger_device::rcv_complete()
tx_queue();
}
}
}
}