Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update port.c
  • Loading branch information
danyhm authored May 9, 2020
commit 4eadd6360a2ab1adb77bf5f8cb6a90bc5297a1e8
1 change: 1 addition & 0 deletions portable/GCC/ARM_CM4F/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ static void prvPortStartFirstTask( void )
" isb \n"
" svc 0 \n" /* System call to start first task. */
" nop \n"
" .ltorg \n" /* make sure the pool is placed here, so ldr doesn't generate a too long jump */
);
}
/*-----------------------------------------------------------*/
Expand Down