| 1234567891011121314151617181920212223242526 |
- // This file is automatically generated, DO NOT modify.
- #ifndef _AGM_BOARD_INFO
- #define _AGM_BOARD_INFO
- #ifndef BOARD_HSI_FREQUENCY
- #define BOARD_HSI_FREQUENCY 10000000
- #endif
- #ifndef BOARD_HSE_FREQUENCY
- #define BOARD_HSE_FREQUENCY 8000000
- #endif
- #ifndef BOARD_PLL_FREQUENCY
- #define BOARD_PLL_FREQUENCY 240000000
- #endif
- #ifndef BOARD_BUS_FREQUENCY
- #define BOARD_BUS_FREQUENCY 120000000
- #endif
- #ifndef BOARD_PLL_CLKIN
- #define BOARD_PLL_CLKIN PIN_HSE
- #endif
- #endif
|