µTasker Forum

µTasker Forum => Luminary Micro TM LM3SXXXX => Topic started by: seulater on March 29, 2008, 01:55:52 PM

Title: µTasker operating system basics - V1.3, possible typo ?
Post by: seulater on March 29, 2008, 01:55:52 PM
on page 4 of this pdf, it shows:

Code: [Select]
const UTASKTABLEINIT ctTaskTable[] = {
{ "Wdog", fnTaskWatchdog, NO_QUE, (DELAY_LIMIT)0,(DELAY_LIMIT)( 0.2 * SEC ), RTMK_GO},
{ "Blink", fnTaskWatchdog, SMALL_QUE, (DELAY_LIMIT)( 0.5 * SEC ),(DELAY_LIMIT)(0.5 * SEC ), RTMK_GO},
{ 0 } // end of task list
};

shouldnet "{ "Blink", fnTaskWatchdog,...." be somthing like "{ "Blink", fnTaskBlink,..."
Title: Re: µTasker operating system basics - V1.3, possible typo ?
Post by: mark on March 29, 2008, 03:01:21 PM
Yes, You are right. I will correct this.
Updated documents can then be found on the document page: http://www.utasker.com/docs/documentation.html

Thanks

Regards

Mark