Skip to content
Merged
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
4 changes: 4 additions & 0 deletions CMSIS/Core/Include/m-profile/cmsis_clang_m.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,12 @@

/* ######################### Startup and Lowlevel Init ######################## */
#ifndef __PROGRAM_START
#if defined (__ti__)
#define __PROGRAM_START _c_int00
#else
#define __PROGRAM_START _start
#endif
#endif

#ifndef __INITIAL_SP
#define __INITIAL_SP __stack
Expand Down
Loading