commit | 001917898f48b4c7f8951085ed2f96c696615bae | [log] [tgz] |
---|---|---|
author | Dave Rodgman <dave.rodgman@arm.com> | Wed Feb 15 17:41:28 2023 +0000 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Tue May 16 16:47:09 2023 +0100 |
tree | 186fe20e53c79fe54d77cb21a939729ed377c3c8 | |
parent | 0d87d90cea256b10112f006b62064dd214d93cdf [diff] [blame] |
Document minimum size for DEBUG_BUF_SIZE Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/library/debug.c b/library/debug.c index 88c289b..658d1c9 100644 --- a/library/debug.c +++ b/library/debug.c
@@ -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;