git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6290 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2013-09-10 17:04:55 +00:00
parent c0de7a327d
commit f238de5d39
6 changed files with 12 additions and 16 deletions

View File

@ -196,6 +196,12 @@ struct port_intctx {};
#include "nilcore_v7m.h"
#endif
#if !defined(_FROM_ASM_)
#if NIL_CFG_TIMEDELTA > 0
#include "nilcore_timer.h"
#endif
#endif /* !defined(_FROM_ASM_) */
#endif /* _NILCORE_H_ */
/** @} */

View File

@ -275,10 +275,6 @@ extern "C" {
}
#endif
#if NIL_CFG_TIMEDELTA > 0
#include "nilcore_timer.h"
#endif
/*===========================================================================*/
/* Module inline functions. */
/*===========================================================================*/

View File

@ -372,10 +372,6 @@ extern "C" {
}
#endif
#if NIL_CFG_TIMEDELTA > 0
#include "nilcore_timer.h"
#endif
/*===========================================================================*/
/* Module inline functions. */
/*===========================================================================*/

View File

@ -196,6 +196,12 @@ struct port_intctx {};
#include "chcore_v7m.h"
#endif
#if !defined(_FROM_ASM_)
#if CH_CFG_TIMEDELTA > 0
#include "chcore_timer.h"
#endif
#endif /* !defined(_FROM_ASM_) */
#endif /* _CHCORE_H_ */
/** @} */

View File

@ -286,10 +286,6 @@ extern "C" {
}
#endif
#if CH_CFG_TIMEDELTA > 0
#include "chcore_timer.h"
#endif
/*===========================================================================*/
/* Module inline functions. */
/*===========================================================================*/

View File

@ -383,10 +383,6 @@ extern "C" {
}
#endif
#if CH_CFG_TIMEDELTA > 0
#include "chcore_timer.h"
#endif
/*===========================================================================*/
/* Module inline functions. */
/*===========================================================================*/