|
|
@@ -3,7 +3,7 @@
|
|
|
* @brief CMSIS Core Device Startup File for
|
|
|
* ARMCM0 Device
|
|
|
* @version V5.4.0
|
|
|
- * @date 12. December 2018
|
|
|
+ * @date 14. December 2018
|
|
|
******************************************************************************/
|
|
|
/*
|
|
|
* Copyright (c) 2009-2018 Arm Limited. All rights reserved.
|
|
|
@@ -166,9 +166,9 @@ Default_Handler:
|
|
|
|
|
|
/* User setup Stack & Heap */
|
|
|
|
|
|
- .ifndef __MICROLIB
|
|
|
+#ifndef __MICROLIB
|
|
|
.global __use_two_region_memory
|
|
|
- .endif
|
|
|
+#endif
|
|
|
|
|
|
.global __stack_limit
|
|
|
.global __initial_sp
|