From 52f6af16df6b4b6f2a45be44c306053cc543109b Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 2 Oct 2017 14:51:07 +0000 Subject: Adjustments to the new code. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10745 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/include/ch.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os/rt/include/ch.h') diff --git a/os/rt/include/ch.h b/os/rt/include/ch.h index a11f1ec22..da509adad 100644 --- a/os/rt/include/ch.h +++ b/os/rt/include/ch.h @@ -100,6 +100,8 @@ #include "chmemcore.h" #include "chheap.h" #include "chmempools.h" +#include "chfifo.h" +#include "chfactory.h" #include "chdynamic.h" #if !defined(_CHIBIOS_RT_CONF_) -- cgit v1.2.3