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, \