Add warning line into the CCS4/MSP430X project to prompt the use of the CreateProjectDirectoryStructure.bat batch file.

This commit is contained in:
Richard Barry 2011-01-01 17:35:20 +00:00
parent ab56e7ccbb
commit a9b61c4e00
3 changed files with 8 additions and 4 deletions

View file

@ -236,6 +236,13 @@ typedef struct
/*-----------------------------------------------------------*/
/* The following #error directive is to remind users that a batch file must be
* executed prior to this project being built. The batch file *cannot* be
* executed from within CCS4! Once it has been executed, re-open the CCS4
* project and remove the #error line below.
*/
#error Ensure CreateProjectDirectoryStructure.bat has been executed before building. See comment immediately above.
void main( void )
{
/* Configure the peripherals used by this demo application. This includes