diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-02 14:51:07 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-02 14:51:07 +0000 |
commit | 52f6af16df6b4b6f2a45be44c306053cc543109b (patch) | |
tree | 6089116b02283f0ee163ca792d5161928d59f075 /os/rt/include/ch.h | |
parent | 011329ed906cfbf1d019e1a06cd000f2494451ee (diff) | |
download | ChibiOS-52f6af16df6b4b6f2a45be44c306053cc543109b.tar.gz ChibiOS-52f6af16df6b4b6f2a45be44c306053cc543109b.tar.bz2 ChibiOS-52f6af16df6b4b6f2a45be44c306053cc543109b.zip |
Adjustments to the new code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10745 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/include/ch.h')
-rw-r--r-- | os/rt/include/ch.h | 2 |
1 files changed, 2 insertions, 0 deletions
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_)
|