X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=hw_clock.c;h=83eaa8090598866838ed90df00dc88da81e1d0c1;hb=d3c579a9b588b7f94fca88474ab2bd010f67a22f;hp=f70dcf4c3d368f634f12435d62ab5cd4ea2c1f37;hpb=8b552fe61db48874f043bccfb589e5444509444c;p=dcpu16 diff --git a/hw_clock.c b/hw_clock.c index f70dcf4..83eaa80 100644 --- a/hw_clock.c +++ b/hw_clock.c @@ -104,4 +104,6 @@ struct dcpu16_hw_module dcpu16_hw_module_clock = { .template = &hw_, .data_init = clock_data_init_, .data_free = clock_data_free_, + .ctl = NULL, + .ctl_cmd = NULL, };