From d659db7440a251608405f40efd73658a6e2abc8a Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 17 Sep 2020 16:21:38 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13858 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/rt/include/chsys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/rt/include/chsys.h b/os/rt/include/chsys.h index 7998cd0e9..91c352132 100644 --- a/os/rt/include/chsys.h +++ b/os/rt/include/chsys.h @@ -282,7 +282,7 @@ #if !defined(__DOXYGEN__) extern os_instance_t ch; -extern os_instance_t * volatile chp; +/*extern os_instance_t * volatile chp;*/ extern stkalign_t ch_idle_thread_wa[]; #endif