diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-26 08:51:02 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-26 08:51:02 +0000 |
commit | b6c27614827de128c95b6582461999e298d2fb68 (patch) | |
tree | 9fa0ae76c0cc7938fe3cb4f271d8ce5f3871be04 | |
parent | d7138e295faf9a75a6f266bae2308d2b08e3d685 (diff) | |
download | ChibiOS-b6c27614827de128c95b6582461999e298d2fb68.tar.gz ChibiOS-b6c27614827de128c95b6582461999e298d2fb68.tar.bz2 ChibiOS-b6c27614827de128c95b6582461999e298d2fb68.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5614 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/ports/GCC/PPC/chcore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/ports/GCC/PPC/chcore.h b/os/ports/GCC/PPC/chcore.h index 0f78b3b9b..b689026e5 100644 --- a/os/ports/GCC/PPC/chcore.h +++ b/os/ports/GCC/PPC/chcore.h @@ -54,6 +54,7 @@ #define PPC_VARIANT_e200z4 204
/** @} */
+#include "vectors.h"
#include "ppcparams.h"
/*===========================================================================*/
|