|
@@ -252,7 +252,7 @@ const char *log_get_buffer(uint32_t *startpos, uint32_t *available)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
-#ifdef NETWORK_DEBUG_LOGGING
|
|
|
|
|
|
|
+#if defined(NETWORK_DEBUG_LOGGING) || defined(EXTENDED_DEBUG_LOGGING)
|
|
|
// TODO write directly global log buffer to save some memory
|
|
// TODO write directly global log buffer to save some memory
|
|
|
static char shared_log_buf[1500 * 3];
|
|
static char shared_log_buf[1500 * 3];
|
|
|
|
|
|