Finalise MSP43FR5969 IAR and CCS demos (hopefully).

This commit is contained in:
Richard Barry 2015-04-28 13:53:30 +00:00
parent 9bb5b40c81
commit 067c1573c3
9 changed files with 476 additions and 76 deletions

View file

@ -140,6 +140,8 @@ uint8_t ucHeap[ configTOTAL_HEAP_SIZE ] = { 0 };
int main( void )
{
/* See http://www.FreeRTOS.org/MSP430FR5969_Free_RTOS_Demo.html */
/* Configure the hardware ready to run the demo. */
prvSetupHardware();