git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@9837 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
26fb257902
commit
ad5698304e
|
@ -27,6 +27,16 @@
|
|||
|
||||
#include "cmparams.h"
|
||||
|
||||
/* This inclusion can be used to remap vectors using different names.
|
||||
* Example:
|
||||
* #define Vector7C UartRX_Handler
|
||||
* This can be useful when using 3rd part libraries that assume specific
|
||||
* vector names.
|
||||
*/
|
||||
#if defined(VECTORS_USE_CONF)
|
||||
#include "vectorsconf.h"
|
||||
#endif
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Module constants. */
|
||||
/*===========================================================================*/
|
||||
|
|
Loading…
Reference in New Issue