ops...
This commit is contained in:
parent
33bb80d30e
commit
4a921528e9
3 changed files with 6 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
# WebKit A style complying with WebKit’s style guide
|
# WebKit A style complying with WebKit’s style guide
|
||||||
#BasedOnStyle:
|
#BasedOnStyle:
|
||||||
|
|
||||||
# TabWidth (unsigned)
|
# TabWidth (unsigned)/
|
||||||
# The number of columns used for tab stops.
|
# The number of columns used for tab stops.
|
||||||
TabWidth: 4
|
TabWidth: 4
|
||||||
|
|
||||||
|
|
@ -56,7 +56,7 @@ Language: Cpp
|
||||||
Standard: Cpp11
|
Standard: Cpp11
|
||||||
|
|
||||||
# Pointer and reference alignment style. Possible values: Left, Right, Middle.
|
# Pointer and reference alignment style. Possible values: Left, Right, Middle.
|
||||||
PointerAlignment: Left
|
PointerAlignment: Right
|
||||||
|
|
||||||
# AccessModifierOffset (int)
|
# AccessModifierOffset (int)
|
||||||
# The extra indent or outdent of access modifiers, e.g. public:.
|
# The extra indent or outdent of access modifiers, e.g. public:.
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,7 @@ target_sources(${CMAKE_PROJECT_NAME} PRIVATE
|
||||||
target_include_directories(${CMAKE_PROJECT_NAME} PRIVATE
|
target_include_directories(${CMAKE_PROJECT_NAME} PRIVATE
|
||||||
# Add user defined include paths
|
# Add user defined include paths
|
||||||
Core/Inc
|
Core/Inc
|
||||||
|
Core/MY_BLOCKS
|
||||||
)
|
)
|
||||||
|
|
||||||
# Add project symbols (macros)
|
# Add project symbols (macros)
|
||||||
|
|
|
||||||
|
|
@ -198,6 +198,9 @@ void USART3_IRQHandler (void) {
|
||||||
HAL_UART_IRQHandler (&huart3);
|
HAL_UART_IRQHandler (&huart3);
|
||||||
/* USER CODE BEGIN USART3_IRQn 1 */
|
/* USER CODE BEGIN USART3_IRQn 1 */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "MY_TIM6.h"
|
||||||
|
|
||||||
/* USER CODE END USART3_IRQn 1 */
|
/* USER CODE END USART3_IRQn 1 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue