Rename /Demo/MSP430FR5969_LaunchPad to /Demo/MSP430X_MSP430FR5969_LaunchPad for consistency with other MSP430 demo directory names.

Fixed typos in comments repeated in multiple source files.
This commit is contained in:
Richard Barry 2015-04-24 11:42:25 +00:00
parent 34a7b0431b
commit 976a9b44af
105 changed files with 68 additions and 47 deletions

View file

@ -113,7 +113,7 @@ typedef unsigned short UBaseType_t;
/*-----------------------------------------------------------*/
/* Interrupt control macros. */
#define portDISABLE_INTERRUPTS() _DINT();_NOP()
#define portDISABLE_INTERRUPTS() _DINT(); _NOP()
#define portENABLE_INTERRUPTS() _EINT(); _NOP()
/*-----------------------------------------------------------*/