Update comments only in the MSP430X IAR main.c and serial.c files.

This commit is contained in:
Richard Barry 2011-03-24 19:37:18 +00:00
parent c85523f870
commit eb16629f11
2 changed files with 10 additions and 4 deletions

View file

@ -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 )
{