|
|
@@ -14,12 +14,13 @@
|
|
|
******************************************************************************
|
|
|
* @attention
|
|
|
*
|
|
|
- * Copyright (c) 2016 STMicroelectronics.
|
|
|
- * All rights reserved.
|
|
|
+ * <h2><center>© Copyright (c) 2016 STMicroelectronics.
|
|
|
+ * All rights reserved.</center></h2>
|
|
|
*
|
|
|
- * This software is licensed under terms that can be found in the LICENSE file
|
|
|
- * in the root directory of this software component.
|
|
|
- * If no LICENSE file comes with this software, it is provided AS-IS.
|
|
|
+ * This software component is licensed by ST under BSD 3-Clause license,
|
|
|
+ * the "License"; You may not use this file except in compliance with the
|
|
|
+ * License. You may obtain a copy of the License at:
|
|
|
+ * opensource.org/licenses/BSD-3-Clause
|
|
|
*
|
|
|
******************************************************************************
|
|
|
*/
|
|
|
@@ -96,7 +97,7 @@ LoopFillZerobss:
|
|
|
/* Call static constructors */
|
|
|
bl __libc_init_array
|
|
|
/* Call the application's entry point.*/
|
|
|
- bl main
|
|
|
+ bl entry
|
|
|
bx lr
|
|
|
.size Reset_Handler, .-Reset_Handler
|
|
|
|
|
|
@@ -564,5 +565,6 @@ g_pfnVectors:
|
|
|
|
|
|
.weak SPDIF_RX_IRQHandler
|
|
|
.thumb_set SPDIF_RX_IRQHandler,Default_Handler
|
|
|
-
|
|
|
+
|
|
|
+/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
|
|
|
|