| | |
| | | * @{
|
| | | */
|
| | | #if !defined (HSE_VALUE)
|
| | | #define HSE_VALUE 12000000U /*!< Value of the HSE oscillator in Hz */
|
| | | #define HSE_VALUE 8000000U /*!< Value of the HSE oscillator in Hz */
|
| | | #endif /* HSE_VALUE */
|
| | |
|
| | | #if !defined (HSI_VALUE)
|
| | |
| | | BOARD_V50_RADIO = 15,
|
| | | };
|
| | |
|
| | | #define BOARD_TYPE 14
|
| | | #define XLAT_FREQ 12
|
| | | #define BOARD_TYPE 9
|
| | | #define XLAT_FREQ 8
|
| | |
|
| | |
|
| | | #define GetBoardType() (BOARD_TYPE)
|
| | |
| | | * (when HSE is used as system clock source, directly or through the PLL).
|
| | | */
|
| | | #if !defined (HSE_VALUE)
|
| | | #define HSE_VALUE ((uint32_t)12000000) /*!< Value of the External oscillator in Hz */
|
| | | #define HSE_VALUE ((uint32_t)8000000) /*!< Value of the External oscillator in Hz */
|
| | | #endif /* HSE_VALUE */
|
| | |
|
| | | /**
|