mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2025-04-21 12:27:27 +03:00
fw/antorcha.c: don't overrun image by one line in test mode
This commit is contained in:
@@ -24,7 +24,7 @@ static struct sweep sweep = {
|
||||
.wait_ticks = 100000, /* 100 ms */
|
||||
.pixel_ticks = 5000, /* 5 ms */
|
||||
.left = 0,
|
||||
.right = MAX_LINES,
|
||||
.right = MAX_LINES-1,
|
||||
.forward = 1,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user