mirror of
https://github.com/xdsopl/robot36.git
synced 2026-01-09 01:30:32 +01:00
img must be initialized to 0
This commit is contained in:
parent
3b27180505
commit
2fd7f3360e
2
debug.c
2
debug.c
|
|
@ -130,7 +130,7 @@ int main(int argc, char **argv)
|
|||
|
||||
const int width = (0.150 + 3.0 * sync_porch_len) * drate + 20;
|
||||
const int height = 256;
|
||||
img_t *img;
|
||||
img_t *img = 0;
|
||||
|
||||
int hor_ticks = 0;
|
||||
int y_pixel_x = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue