Update cyclic.cpp

This commit is contained in:
Davide Nesi 2019-03-07 14:58:28 +01:00 committed by GitHub
parent 4ef3ebb0bf
commit 67073577e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ void reset_counters() {
macs_ble = 0; macs_ble = 0;
} }
#ifndef VERBOSE #if(VERBOSE)
int redirect_log(const char *fmt, va_list args) { int redirect_log(const char *fmt, va_list args) {
// do nothing // do nothing
return 0; return 0;