Add a small data model build configuration to the IAR MSP430X demo project.

This commit is contained in:
Richard Barry 2011-01-03 11:43:34 +00:00
parent d195639bc1
commit b41417d89b
6 changed files with 2528 additions and 11 deletions

View file

@ -126,7 +126,7 @@
* error has occurred. The nature of the reg test tasks necessitates that they
* are written in assembly code.
*
* *NOTE 2* vApplicationSetupTimerInterrupt() is called by the kernel to let
* *NOTE 1* vApplicationSetupTimerInterrupt() is called by the kernel to let
* the application set up a timer to generate the tick interrupt. In this
* example a timer A0 is used for this purpose.
*