Copyright (c) Hyperion Entertainment and contributors.
Talk:Timer Device
Revision as of 18:05, 26 January 2014 by Paul Sadlik (talk | contribs) (Created page with " FYI, I replaced the Multiple_Timers.c source with one that will compile... The changes made were: 1. added "const" to start of "char *position[] = {"last", "second", "fir...")
FYI, I replaced the Multiple_Timers.c source with one that will compile... The changes made were:
1. added "const" to start of "char *position[] = {"last", "second", "first"};"
2. added missing declaration of "struct Message *TimerMSG;"
3. changed IORequest io_command formatting to replace nonexistant "tr_node." with "Request.".
Thanks,
Paul