aboutsummaryrefslogtreecommitdiff
path: root/dlog.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-04-16 19:07:56 +0200
committerJavier <dev.git@javispedro.com>2022-04-16 19:07:56 +0200
commita1e1986f4946b2aaa990dbbe8a83062f690db660 (patch)
tree09fc91806e23d5541a1417b30068e09960ef70c6 /dlog.h
parent2f9f452bf7ad33e92c87c35a36b246b3bb7de5b9 (diff)
downloadvbados-a1e1986f4946b2aaa990dbbe8a83062f690db660.tar.gz
vbados-a1e1986f4946b2aaa990dbbe8a83062f690db660.zip
fix negative timezone support
Diffstat (limited to 'dlog.h')
-rw-r--r--dlog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dlog.h b/dlog.h
index 7b39a5a..68439e3 100644
--- a/dlog.h
+++ b/dlog.h
@@ -73,8 +73,6 @@ static inline void dlog_putc(char c)
outp(DLOG_TARGET_PORT, c);
}
-
-
#endif /* DLOG_TARGET_SERIAL */
static void dlog_endline(void)