Author Topic: µTasker operating system basics - V1.3, possible typo ?  (Read 9144 times)

Offline seulater

  • Newbie
  • *
  • Posts: 38
    • View Profile
µTasker operating system basics - V1.3, possible typo ?
« 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,..."

Offline mark

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3236
    • View Profile
    • uTasker
Re: µTasker operating system basics - V1.3, possible typo ?
« Reply #1 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