Copyright (c) Hyperion Entertainment and contributors.

Talk:Timer Device: Difference between revisions

From AmigaOS Documentation Wiki
Jump to navigation Jump to search
Content deleted Content added
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..."
 
(No difference)

Latest revision as of 17:05, 26 January 2014

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