File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
STM32F1xx/F103C8T_F103CB(T-U) Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change
1
+ #if defined(ARDUINO_MALYANM200_F070CB) || defined(ARDUINO_MALYANM300_F070CB)
1
2
/ **
2
3
******************************************************************************
3
4
* @file startup_stm32f070xb.s
@@ -300,3 +301,4 @@ g_pfnVectors:
300
301
.thumb_set USB_IRQHandler , Default_Handler
301
302
302
303
/ ************************ (C) COPYRIGHT STMicroelectronics ***** END OF FILE **** /
304
+ #endif / * ARDUINO_MALYANM200_F070CB || ARDUINO_MALYANM300_F070CB * /
Original file line number Diff line number Diff line change
1
+ #if defined(ARDUINO_MALYANM200_F103CB)
1
2
/ **
2
3
*************** (C) COPYRIGHT 2017 STMicroelectronics ************************
3
4
* @file startup_stm32f103xb.s
@@ -389,3 +390,5 @@ g_pfnVectors:
389
390
.thumb_set USBWakeUp_IRQHandler , Default_Handler
390
391
391
392
/ ************************ (C) COPYRIGHT STMicroelectronics ***** END OF FILE **** /
393
+
394
+ #endif / * ARDUINO_MALYANM200_F103CB * /
You can’t perform that action at this time.
0 commit comments