Fix period initialization

Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
malc 2009-07-24 05:16:12 +04:00
parent 6f725c139a
commit aea867478c
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ static struct {
}
},
.period = { .ticks = 250 },
.period = { .hertz = 250 },
.plive = 0,
.log_to_monitor = 0,
};