- /* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
- !!GlobalInfo
- product: Peripherals v1.0
- * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
- /*******************************************************************************
- * Included files
- ******************************************************************************/
- #include "peripherals.h"
- /*******************************************************************************
- * BOARD_InitBootPeripherals function
- ******************************************************************************/
- void BOARD_InitBootPeripherals(void)
- {
- }
|