Добавлены субмодули-библиотеки STM32
This commit is contained in:
22
UPP/Core/Configs/upp_config.h
Normal file
22
UPP/Core/Configs/upp_config.h
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
******************************************************************************
|
||||
* @file upp_config.h
|
||||
* @brief Конфигурационные параметры УПП
|
||||
******************************************************************************
|
||||
@addtogroup UPP_CONFIG UPP configs
|
||||
@ingroup UPP_MAIN
|
||||
@brief Конфигурация УПП
|
||||
@{
|
||||
******************************************************************************
|
||||
* @details
|
||||
******************************************************************************/
|
||||
#ifndef _UPP_CONFIG_H_
|
||||
#define _UPP_CONFIG_H_
|
||||
#include "stm32f4xx_hal.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
/////////////////////////---CALC DEFINES---//////////////////////////
|
||||
|
||||
|
||||
|
||||
#endif //_UPP_CONFIG_H_
|
||||
Reference in New Issue
Block a user