From b8ae0d7c83baf237e67fa39c01f72dcb4799824b Mon Sep 17 00:00:00 2001 From: cinsights Date: Thu, 25 Nov 2021 11:14:11 +0000 Subject: [PATCH] Typo fixes git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15135 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/rt/include/chvt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os/rt/include/chvt.h b/os/rt/include/chvt.h index 42983900a..638eab46e 100644 --- a/os/rt/include/chvt.h +++ b/os/rt/include/chvt.h @@ -69,8 +69,8 @@ */ #define __VIRTUAL_TIMER_DATA() { \ .dlist = { \ - .next = NULL. \ - .prev = NULL \ + .next = NULL, \ + .prev = NULL, \ .delta = (sysinterval_t)0 \ }, \ .func = NULL, \