Commit aea867478ccfec4b7070d6b9ec11bd25de56625e

Authored by malc
1 parent 6f725c13

Fix period initialization

Signed-off-by: malc <av1474@comtv.ru>
Showing 1 changed file with 1 additions and 1 deletions
audio/audio.c
@@ -84,7 +84,7 @@ static struct { @@ -84,7 +84,7 @@ static struct {
84 } 84 }
85 }, 85 },
86 86
87 - .period = { .ticks = 250 }, 87 + .period = { .hertz = 250 },
88 .plive = 0, 88 .plive = 0,
89 .log_to_monitor = 0, 89 .log_to_monitor = 0,
90 }; 90 };