Skip to content

Commit 981fcdf

Browse files
committed
M251: fix startup after cmsis update
Don't use CMSIS low level startup
1 parent 067630a commit 981fcdf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

targets/TARGET_NUVOTON/TARGET_M251/device/startup_M251.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
* limitations under the License.
1717
*/
1818

19+
#define __PROGRAM_START
20+
#include <cmsis.h>
21+
#undef __PROGRAM_START
1922
#include "M251.h"
2023

2124
/* Suppress warning messages */

0 commit comments

Comments
 (0)