Skip to content

Commit

Permalink
Document minimum size for DEBUG_BUF_SIZE
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
  • Loading branch information
daverodgman committed May 16, 2023
1 parent 0d87d90 commit 0019178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0019178

Please sign in to comment.