mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 04:13:54 -04:00
Update comments only in the MSP430X IAR main.c and serial.c files.
This commit is contained in:
parent
c85523f870
commit
eb16629f11
2 changed files with 10 additions and 4 deletions
|
@ -239,10 +239,10 @@ typedef struct
|
|||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
/* The linker script tests the FreeRTOS ports use of 20bit addresses by
|
||||
locating all code in high memory. The following pragma ensures that main
|
||||
remains in low memory. The ISR_CODE segment is used for convenience as ISR
|
||||
functions are always placed in low memory. */
|
||||
/* The linker script can be used to test the FreeRTOS ports use of 20bit
|
||||
addresses by locating all code in high memory. The following pragma ensures
|
||||
that main remains in low memory when that is done. The ISR_CODE segment is used
|
||||
for convenience as ISR functions are always placed in low memory. */
|
||||
#pragma location="ISR_CODE"
|
||||
void main( void )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue