tms9900: Remove forgotten LOG flag. (nw)

This commit is contained in:
Michael Zapf 2019-04-15 01:04:34 +02:00
parent 8b018d198c
commit b3bf611e17

View File

@ -146,7 +146,7 @@ enum
#define LOG_DETAIL (1U<<31) // Increased detail
// Minimum log should be warnings
#define VERBOSE ( LOG_GENERAL | LOG_WARN | LOG_ADDRESSBUS )
#define VERBOSE ( LOG_GENERAL | LOG_WARN )
#include "logmacro.h"