diff --git a/lib_logging/lib_logging/src/debug_memory_log_buffer.c b/lib_logging/lib_logging/src/debug_memory_log_buffer.c index e12581b..0c876cd 100644 --- a/lib_logging/lib_logging/src/debug_memory_log_buffer.c +++ b/lib_logging/lib_logging/src/debug_memory_log_buffer.c @@ -6,7 +6,7 @@ unsigned long get_reference_time(); int itoa(unsigned n, char *buf, unsigned base, int fill); unsigned int debug_memory_log_buffer_index = 0; -#define DEBUG_MEMORY_LOG_BUFFER_SIZE 4048 +#define DEBUG_MEMORY_LOG_BUFFER_SIZE 2048 unsigned char debug_memory_log_buffer[DEBUG_MEMORY_LOG_BUFFER_SIZE]; // Override the weak symbol used for print messages diff --git a/sw_usb_audio/app_usb_aud_phaten_golden/src/extensions/hidbuttons.xc b/sw_usb_audio/app_usb_aud_phaten_golden/src/extensions/hidbuttons.xc index 6f46edc..538715a 100644 --- a/sw_usb_audio/app_usb_aud_phaten_golden/src/extensions/hidbuttons.xc +++ b/sw_usb_audio/app_usb_aud_phaten_golden/src/extensions/hidbuttons.xc @@ -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;