git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6290 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
c0de7a327d
commit
f238de5d39
|
@ -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_ */
|
||||
|
||||
/** @} */
|
||||
|
|
|
@ -275,10 +275,6 @@ extern "C" {
|
|||
}
|
||||
#endif
|
||||
|
||||
#if NIL_CFG_TIMEDELTA > 0
|
||||
#include "nilcore_timer.h"
|
||||
#endif
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Module inline functions. */
|
||||
/*===========================================================================*/
|
||||
|
|
|
@ -372,10 +372,6 @@ extern "C" {
|
|||
}
|
||||
#endif
|
||||
|
||||
#if NIL_CFG_TIMEDELTA > 0
|
||||
#include "nilcore_timer.h"
|
||||
#endif
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Module inline functions. */
|
||||
/*===========================================================================*/
|
||||
|
|
|
@ -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_ */
|
||||
|
||||
/** @} */
|
||||
|
|
|
@ -286,10 +286,6 @@ extern "C" {
|
|||
}
|
||||
#endif
|
||||
|
||||
#if CH_CFG_TIMEDELTA > 0
|
||||
#include "chcore_timer.h"
|
||||
#endif
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Module inline functions. */
|
||||
/*===========================================================================*/
|
||||
|
|
|
@ -383,10 +383,6 @@ extern "C" {
|
|||
}
|
||||
#endif
|
||||
|
||||
#if CH_CFG_TIMEDELTA > 0
|
||||
#include "chcore_timer.h"
|
||||
#endif
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Module inline functions. */
|
||||
/*===========================================================================*/
|
||||
|
|
Loading…
Reference in New Issue