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

This commit is contained in:
gdisirio 2014-10-26 09:30:50 +00:00
parent 296d9d2092
commit 904182fd33
1 changed files with 7 additions and 7 deletions

View File

@ -47,13 +47,6 @@
*/
#define CORTEX_PRIORITY_BITS 4
/**
* @brief Number of interrupt vectors.
* @note This number does not include the 16 system vectors and must be
* rounded to a multiple of 8.
*/
#define CORTEX_NUM_VECTORS __NVECTORS
/* The following code is not processed when the file is included from an
asm module.*/
#if !defined(_FROM_ASM_)
@ -97,6 +90,13 @@
#error "STM32F1xx device not defined or not recognized"
#endif
/**
* @brief Number of interrupt vectors.
* @note This number does not include the 16 system vectors and must be
* rounded to a multiple of 8.
*/
#define CORTEX_NUM_VECTORS __NVECTORS
#endif /* !defined(_FROM_ASM_) */
#endif /* _CMPARAMS_H_ */