Document minimum size for DEBUG_BUF_SIZE

Signed-off-by: Dave Rodgman <[email protected]>
This commit is contained in:
Dave Rodgman
2023-05-16 16:47:09 +01:00
parent 0d87d90cea
commit 001917898f
+1
View File
@@ -30,6 +30,7 @@
#include <stdio.h>
#include <string.h>
/* DEBUG_BUF_SIZE must be at least 2 */
#define DEBUG_BUF_SIZE 512
static int debug_threshold = 0;