reduce log buffer
This commit is contained in:
@@ -111,7 +111,7 @@ void UserReadHIDPass(unsigned char hidPassData[])
|
||||
#if DEBUG_MEMORY_LOG_ENABLED
|
||||
|
||||
extern unsigned int debug_memory_log_buffer_index;
|
||||
#define DEBUG_MEMORY_LOG_BUFFER_SIZE 4048
|
||||
#define DEBUG_MEMORY_LOG_BUFFER_SIZE 2048
|
||||
extern unsigned char debug_memory_log_buffer[DEBUG_MEMORY_LOG_BUFFER_SIZE];
|
||||
unsigned int log_index = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user