mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 04:13:54 -04:00
Finalise MSP43FR5969 IAR and CCS demos (hopefully).
This commit is contained in:
parent
9bb5b40c81
commit
067c1573c3
9 changed files with 476 additions and 76 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue