diff options
Diffstat (limited to 'runtime/print_new.c')
-rw-r--r-- | runtime/print_new.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/print_new.c b/runtime/print_new.c index 4136ecbe..fa7b4727 100644 --- a/runtime/print_new.c +++ b/runtime/print_new.c @@ -16,7 +16,7 @@ * @note Preemption must be disabled to use this. */ -DEFINE_SPINLOCK(_stp_print_lock); +static DEFINE_SPINLOCK(_stp_print_lock); void EXPORT_FN(stp_print_flush) (_stp_pbuf *pb) { |