From 7c03915273d53bee5f25a8816181c4e82b6f7f23 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Fri, 21 Aug 2020 21:41:11 -0400 Subject: factorize usleep()-related code in main.c --- log.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'log.h') diff --git a/log.h b/log.h index ee25a14..a05af64 100644 --- a/log.h +++ b/log.h @@ -7,6 +7,8 @@ #define L_DEBUG 7 #define L_DEBUG2 8 #define L_DEBUG3 9 +#define L_DEBUG4 10 +#define L_DEBUG5 11 #define L_UNSET 0x29a -- cgit v1.2.3