Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions variants/STM32F0xx/F070CBT/startup_Mx00_f070xb.S
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if defined(ARDUINO_MALYANM200_F070CB) || defined(ARDUINO_MALYANM300_F070CB)
/**
******************************************************************************
* @file startup_stm32f070xb.s
Expand Down Expand Up @@ -300,3 +301,4 @@ g_pfnVectors:
.thumb_set USB_IRQHandler,Default_Handler

/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
#endif /* ARDUINO_MALYANM200_F070CB || ARDUINO_MALYANM300_F070CB */
3 changes: 3 additions & 0 deletions variants/STM32F1xx/F103C8T_F103CB(T-U)/startup_M200_f103xb.S
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if defined(ARDUINO_MALYANM200_F103CB)
/**
*************** (C) COPYRIGHT 2017 STMicroelectronics ************************
* @file startup_stm32f103xb.s
Expand Down Expand Up @@ -389,3 +390,5 @@ g_pfnVectors:
.thumb_set USBWakeUp_IRQHandler,Default_Handler

/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

#endif /* ARDUINO_MALYANM200_F103CB */