git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7336 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
ad999e70b7
commit
8e1b590be7
|
@ -84,13 +84,6 @@
|
||||||
#else
|
#else
|
||||||
#error "STM32F3xx device not specified"
|
#error "STM32F3xx device not specified"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Sub-family identifier.
|
|
||||||
*/
|
|
||||||
#if !defined(STM32F3XX) || defined(__DOXYGEN__)
|
|
||||||
#define STM32F3XX
|
|
||||||
#endif
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -25,6 +25,13 @@
|
||||||
#ifndef _STM32_REGISTRY_H_
|
#ifndef _STM32_REGISTRY_H_
|
||||||
#define _STM32_REGISTRY_H_
|
#define _STM32_REGISTRY_H_
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Sub-family identifier.
|
||||||
|
*/
|
||||||
|
#if !defined(STM32F3XX) || defined(__DOXYGEN__)
|
||||||
|
#define STM32F3XX
|
||||||
|
#endif
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Platform capabilities. */
|
/* Platform capabilities. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
Loading…
Reference in New Issue