Skip to content

Commit e2fb52a

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

targets/TARGET_NUVOTON/TARGET_M2351/device/startup_M2351.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 "M2351.h"
2023

2124
/* Suppress warning messages */

0 commit comments

Comments
 (0)