summaryrefslogtreecommitdiff
path: root/src/kernel/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/printf.c')
-rw-r--r--src/kernel/printf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/printf.c b/src/kernel/printf.c
index 62261ec..8e33981 100644
--- a/src/kernel/printf.c
+++ b/src/kernel/printf.c
@@ -873,7 +873,7 @@ static int _vsnprintf(out_fct_type out, char* buffer, const size_t maxlen, const
///////////////////////////////////////////////////////////////////////////////
-static uint8_t printf_lock = 0;
+static uint16_t printf_lock = 0;
int printf_(const char* format, ...)
{
//BRETT modification