summaryrefslogtreecommitdiff
path: root/stm32cubemx/Inc/stm32f1xx_it.h
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2017-05-11 12:15:54 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2017-05-11 16:58:33 +0200
commit4d8f75c97b8f384f8452d27b50b68cf594bc779a (patch)
tree6df99c647350d6be144920bee3b5f25d7ff3fc8a /stm32cubemx/Inc/stm32f1xx_it.h
parent8665bdbf682bdff02576a6f4393f09bc56572043 (diff)
downloadradio-controller-4d8f75c97b8f384f8452d27b50b68cf594bc779a.tar.gz
radio-controller-4d8f75c97b8f384f8452d27b50b68cf594bc779a.tar.bz2
radio-controller-4d8f75c97b8f384f8452d27b50b68cf594bc779a.tar.xz
radio-controller-4d8f75c97b8f384f8452d27b50b68cf594bc779a.zip
o Cleaning up generated files, removing space at end of line.
Diffstat (limited to 'stm32cubemx/Inc/stm32f1xx_it.h')
-rw-r--r--stm32cubemx/Inc/stm32f1xx_it.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/stm32cubemx/Inc/stm32f1xx_it.h b/stm32cubemx/Inc/stm32f1xx_it.h
index e0322ac..576c3bd 100644
--- a/stm32cubemx/Inc/stm32f1xx_it.h
+++ b/stm32cubemx/Inc/stm32f1xx_it.h
@@ -37,7 +37,7 @@
#ifdef __cplusplus
extern "C" {
-#endif
+#endif
/* Includes ------------------------------------------------------------------*/
/* Exported types ------------------------------------------------------------*/
@@ -58,6 +58,7 @@ void DMA1_Channel2_IRQHandler(void);
void USB_HP_CAN1_TX_IRQHandler(void);
void USB_LP_CAN1_RX0_IRQHandler(void);
void TIM1_TRG_COM_IRQHandler(void);
+void TIM1_CC_IRQHandler(void);
#ifdef __cplusplus
}